Functions: Distance Function - Wynntils/Wynntils GitHub Wiki
NONE
Returns the distance between two Locations
This function has 2 required arguments.
- first (Location) → The first location.
- second (Location) → The second location.
DISTANCE(<first>;<second>) → (Double)
DISTANCE(MY_LOCATION;LOCATION(466;67;-1560)) → 7.07