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.

patch

1.18a

return type
boolean
Source code
native IsTerrainPathable            takes real x, real y, pathingtype t returns boolean
Source
common.j
wc3modding.com
IsTerrainPathable