Table of Contents | ||
|
||
UnlockTile | ||
Purpose Unlocks the tile to prevent accidental access |
||
Protoype void CTileMngr::UnlockTile () |
||
Description This function unlocks a tile. You must call this function before trying to lock another tile. |
||
Use CTileMngr tile_mngr; tile_mngr.UnlockTile(); |
||
|
||
|