setPassable()
From Hack Wars Wiki
| This Article is Incomplete | |
| This article is apparently incomplete. You can help the HackWars wiki by expanding it |
| Information for free function setPassable() | |
| Function | setPassable(int tileID, boolean state) |
| API | 3D Hacktendo |
| Description | sets the passability of the specified tile to the specified state. |
You can use this function to change whether or not you can pass a certain tile dynamically in your game.
