static */
| 169 | } |
| 170 | |
| 171 | /* static */ TileIndex ScriptBridge::GetOtherBridgeEnd(TileIndex tile) |
| 172 | { |
| 173 | if (!::IsValidTile(tile)) return INVALID_TILE; |
| 174 | if (!IsBridgeTile(tile)) return INVALID_TILE; |
| 175 | |
| 176 | return ::GetOtherBridgeEnd(tile); |
| 177 | } |
nothing calls this directly
no test coverage detected