1. Animals
  2. Abilities
  3. Conditions
  4. Tool/Weapon
  5. Weapon Mods
  6. Orb
  7. Equipped
  8. Food/Medicine
  9. Furniture/Construction
  10. Color/Pattern
  11. Items
  12. Attributes
  13. Creatures
  14. Blocks
  15. Props
  16. API Types
  17. API Functions
vector

ID:1
Icon:ibulletpoint.2xn

vector

A vector in LandTraveller is represented as a three element array, representing a point in 3D space. Each block in the world is a 16x16x16 unit cube.

float [0]

X component of vector.

float [1]

Y component of vector.

float [2]

Z component of vector, also known as elevation.