Functions: Location Function - Wynntils/Wynntils GitHub Wiki
NONE
Returns new Location value from given coordinates
This function has 3 required arguments.
- x (Number) → The X coordinate.
- y (Number) → The Y coordinate.
- z (Number) → The Z coordinate.
LOCATION(<x>;<y>;<z>) → (Location)
LOCATION(466;67;-1560) → [[466, 67, -1560]]