15 proto external TimeAndWeatherManagerEntity GetTimeAndWeatherManager();
18 proto external RadioManagerEntity GetRadioManager();
19 proto external ItemPreviewManagerEntity GetItemPreviewManager();
20 proto external MusicManager GetMusicManager();
21 proto external SoundWorld GetSoundWorld();
29 proto external WorldTimestamp GetServerTimestamp();
33 proto external WorldTimestamp GetLocalTimestamp();
38 proto external
void PauseGameTime(
bool state);
39 proto external
bool IsGameTimePaused();
41 proto external
void RegisterEntityToBeUpdatedWhileGameIsPaused(IEntity entity);
43 proto external
void UnregisterEntityToBeUpdatedWhileGameIsPaused(IEntity entity);
45 proto external
int GetObservers(notnull array<vector> observers);
47 proto external
int GetMPObservers(notnull array<vector> observers);