| 1069 | } |
| 1070 | |
| 1071 | int GetCeiling(FloorInfo* floor, int x, int y, int z) |
| 1072 | { |
| 1073 | return GetSurfaceHeight(RoomVector(floor->RoomNumber, y), x, z, false).value_or(NO_HEIGHT); |
| 1074 | } |
| 1075 | |
| 1076 | int GetDistanceToFloor(int itemNumber, bool precise) |
| 1077 | { |
no test coverage detected