======Terrain Mode====== ---- The **terrain mode** is used to determine how a [[character]], [[vehicles|vehicle]], or [[pushing|pushable object]] is able to move across [[tile|tiles]]. One of the three values listed below is expected when calling the [[Set Terrain Types]] function, which can be used to change the [[terrain types]] for a [[character]] or [[object]] in-game (e.g. a "Walk on Water" spell to give the player the ability to move across [[tile|tiles]] having a [[terrain_types|terrain type]] of "water"). ^Mode^Description^ |ALL|Any [[terrain_types|terrain type]] can be traversed.| |PROHIBIT_FROM|Prohibited from traversing the specified [[terrain types]].| |RESTRICT_TO|Restricted to traversing only the specified [[terrain types]].| ~~NOTOC~~