Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_DeleteDestroyedToolbarAction.c
Go to the documentation of this file.
1
[
BaseContainerProps
(),
SCR_BaseContainerCustomTitleUIInfo
(
"m_Info"
)]
2
class
SCR_DeleteDestroyedToolbarAction
:
SCR_EditorToolbarAction
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
};
flags
SCR_EAIThreatSectorFlags flags
Definition
AIControlComponentSerializer.c:16
GetGame
ArmaReforgerScripted GetGame()
Definition
game.c:1398
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
SCR_BaseContainerCustomTitleUIInfo
class SCR_ArsenalGameModeUIDataHolder SCR_BaseContainerCustomTitleUIInfo("m_UIInfo")
Definition
SCR_ArsenalManagerComponent.c:1752
ChimeraWorld
Definition
ChimeraWorld.c:13
GarbageSystem
Definition
GarbageSystem.c:13
SCR_BaseEditorAction::IsServer
bool IsServer()
Definition
SCR_BaseEditorAction.c:160
SCR_DeleteDestroyedToolbarAction
Definition
SCR_DeleteDestroyedToolbarAction.c:3
SCR_EditableEntityComponent
Definition
SCR_EditableEntityComponent.c:14
SCR_EditorToolbarAction
Definition
SCR_EditorToolbarAction.c:4
vector
Definition
vector.c:13
scripts
Game
Editor
Containers
Actions
ToolbarActions
SCR_DeleteDestroyedToolbarAction.c
Generated by
1.17.0