Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ChimeraWorld.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 sealed class ChimeraWorld: World
13 {
15  proto external TimeAndWeatherManagerEntity GetTimeAndWeatherManager();
16  // Returns garbage manager instance or null if none.
17  proto external GarbageSystem GetGarbageSystem();
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);
48  static proto ChimeraWorld CastFrom(BaseWorld world);
49 }
50 
ChimeraWorld
Definition: ChimeraWorld.c:12
GarbageSystem
Definition: GarbageSystem.c:12