| 827 | } |
| 828 | |
| 829 | void ObjectManagerUnloadAllObjects() |
| 830 | { |
| 831 | auto& objectManager = GetContext()->GetObjectManager(); |
| 832 | objectManager.UnloadAllTransient(); |
| 833 | } |
| 834 | |
| 835 | StringId ObjectManagerGetSourceGameString(const ObjectSourceGame sourceGame) |
| 836 | { |
no test coverage detected