- Joined
- Dec 31, 2005
- Messages
- 712
Hello there! Here I am once again to ask another stupid question xD
I have the IF statement:
Simple, eh?
Does the function IsTerrainPathable also return true when there's a TREE at those coordinates?
Because the "then" executes when X/Y is a wall, but not when it's a tree...
Thanks for your time!
Hossomi-sama
I have the IF statement:
JASS:
if IsTerrainPathable(X, Y, PATHING_TYPE_WALKABILITY) then
call DestroyTimer(GetExpiredTimer())
return
endif
Does the function IsTerrainPathable also return true when there's a TREE at those coordinates?
Because the "then" executes when X/Y is a wall, but not when it's a tree...
Thanks for your time!
Hossomi-sama