IsTerrainPathable
- Parameters
-
x real
y real
t pathingtype
- comment
Returns if a specific pathingtype is set at the location.
- note
Returns true if the pathingtype is not set, false if it is set.
- return type
boolean
- Source code
native IsTerrainPathable takes real x, real y, pathingtype t returns boolean
- Source
- terrain.j
- wc3modding.com
- IsTerrainPathable