| 57 | } |
| 58 | |
| 59 | bool IsValidTeleTile(int Index) |
| 60 | { |
| 61 | return ( |
| 62 | Index == TILE_TELEINEVIL || |
| 63 | Index == TILE_TELEINWEAPON || |
| 64 | Index == TILE_TELEINHOOK || |
| 65 | Index == TILE_TELEIN || |
| 66 | Index == TILE_TELEOUT || |
| 67 | Index == TILE_TELECHECK || |
| 68 | Index == TILE_TELECHECKOUT || |
| 69 | Index == TILE_TELECHECKIN || |
| 70 | Index == TILE_TELECHECKINEVIL); |
| 71 | } |
| 72 | |
| 73 | bool IsTeleTileCheckpoint(int Index) |
| 74 | { |
no outgoing calls
no test coverage detected