-
Notifications
You must be signed in to change notification settings - Fork 25
Macro Data Reference
Stephen Raub edited this page Jan 19, 2017
·
2 revisions
${Navigation} Members:
- Active
BOOLEAN: Returns true if navigation is currently active
- Paused
BOOLEAN: Returns true if navigation is currently paused
- MeshLoaded
BOOLEAN: returns true if a mesh is loaded in the zone
- PathExists[navigation parameters]
BOOLEAN: returns true if the specified navigation parameters results in a navigatable path. Navigation parameters are the same parameters that would be passed to /nav.
Example:
/if ${Navigation.PathExists[target]} {
/nav target
}
- PathLength[navigation parameters]
Similar to PathExists, but returns the length of the path if one is found.
NOTE More coming soon!