Functions: Location Function - Wynntils/Wynntils GitHub Wiki

Location function

Aliases

NONE

Description

Returns new Location value from given coordinates

Arguments

This function has 3 required arguments.

  • x (Number) → The X coordinate.
  • y (Number) → The Y coordinate.
  • z (Number) → The Z coordinate.

Schematics

LOCATION(<x>;<y>;<z>) → (Location)

Example

LOCATION(466;67;-1560)  [[466, 67, -1560]]
⚠️ **GitHub.com Fallback** ⚠️