| 1136 | } |
| 1137 | |
| 1138 | bool ServerWorldCallbacks::loadRegion(WorldServer* world, RectF const& arg1) { |
| 1139 | return world->signalRegion(RectI::integral(arg1)); |
| 1140 | } |
| 1141 | |
| 1142 | bool ServerWorldCallbacks::regionActive(WorldServer* world, RectF const& arg1) { |
| 1143 | return world->regionActive(RectI::integral(arg1)); |
nothing calls this directly
no test coverage detected