Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ChimeraWorld.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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();
22 proto external DestructionManager GetDestructionManager();
30 proto external WorldTimestamp GetServerTimestamp();
34 proto external WorldTimestamp GetLocalTimestamp();
39 proto external void PauseGameTime(bool state);
40 proto external bool IsGameTimePaused();
42 proto external void RegisterEntityToBeUpdatedWhileGameIsPaused(IEntity entity);
44 proto external void UnregisterEntityToBeUpdatedWhileGameIsPaused(IEntity entity);
46 proto external int GetObservers(notnull array<vector> observers);
48 proto external int GetMPObservers(notnull array<vector> observers);
49 static proto ChimeraWorld CastFrom(BaseWorld world);
50}
51