Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DestructionManager.c
Go to the documentation of this file.
4
5class SCR_DestructionManager : DestructionManager
6{
7 //map of rpl id of regional destruction manager
8 //and array containing the position + center of the interior bounding boxes of buildings that have been processed in this client
9 ref map <RplId, ref array<ref vector>> m_RegionalManagerHandledBoxes = new map<RplId, ref array<ref vector>>();
10
11 static SCR_DestructionManager GetDestructionManagerInstance()
12 {
13 ChimeraWorld world = ChimeraWorld.CastFrom(GetGame().GetWorld());
14
15 return SCR_DestructionManager.Cast(world.GetDestructionManager());
16 }
17}
ArmaReforgerScripted GetGame()
Definition game.c:1398
SCR_DestructionManagerClass m_RegionalManagerHandledBoxes
Definition Types.c:486