Functions: Distance Function - Wynntils/Wynntils GitHub Wiki

Distance function

Aliases

NONE

Description

Returns the distance between two Locations

Arguments

This function has 2 required arguments.

  • first (Location) → The first location.
  • second (Location) → The second location.

Schematics

DISTANCE(<first>;<second>) → (Double)

Example

DISTANCE(MY_LOCATION;LOCATION(466;67;-1560))  7.07
⚠️ **GitHub.com Fallback** ⚠️