Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DeleteDestroyedToolbarAction.c
Go to the documentation of this file.
3{
4 override bool IsServer()
5 {
6 return true;
7 }
8 override bool CanBeShown(SCR_EditableEntityComponent hoveredEntity, notnull set<SCR_EditableEntityComponent> selectedEntities, vector cursorWorldPosition, int flags)
9 {
10 return true;
11 }
12 override bool CanBePerformed(SCR_EditableEntityComponent hoveredEntity, notnull set<SCR_EditableEntityComponent> selectedEntities, vector cursorWorldPosition, int flags)
13 {
14 return true;
15 }
16
17 override void Perform(SCR_EditableEntityComponent hoveredEntity, notnull set<SCR_EditableEntityComponent> selectedEntities, vector cursorWorldPosition,int flags, int param = -1)
18 {
19 ChimeraWorld world = ChimeraWorld.CastFrom(GetGame().GetWorld());
20 if (world)
21 {
22 GarbageSystem garbageSystem = world.GetGarbageSystem();
23 if (garbageSystem)
24 garbageSystem.Flush();
25 }
26 }
27};
SCR_EAIThreatSectorFlags flags
ArmaReforgerScripted GetGame()
Definition game.c:1398
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_ArsenalGameModeUIDataHolder SCR_BaseContainerCustomTitleUIInfo("m_UIInfo")