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
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
boolean
- Source code
-
native IsTerrainPathable takes real x, real y, pathingtype t returns boolean