0x004A8826
| 31 | { |
| 32 | // 0x004A8826 |
| 33 | void update() |
| 34 | { |
| 35 | if (Game::hasFlags(GameStateFlags::tileManagerLoaded) && !SceneManager::isEditorMode()) |
| 36 | { |
| 37 | for (auto* v : VehicleList()) |
| 38 | { |
| 39 | v->updateVehicle(); |
| 40 | } |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | // 0x004C3C54 |
| 45 | void updateMonthly() |
nothing calls this directly
no test coverage detected