Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_OpenWorldToolbarAction.c
Go to the documentation of this file.
3 {
4  override bool IsServer()
5  {
6  return false;
7  }
8  override bool CanBeShown(SCR_EditableEntityComponent hoveredEntity, notnull set<SCR_EditableEntityComponent> selectedEntities, vector cursorWorldPosition, int flags)
9  {
10  return true;
11  }
12  override void Perform(SCR_EditableEntityComponent hoveredEntity, notnull set<SCR_EditableEntityComponent> selectedEntities, vector cursorWorldPosition,int flags, int param = -1)
13  {
14  GetGame().GetMenuManager().OpenMenu(ChimeraMenuPreset.EditorSelectionMenu);
15  }
16 };
GetGame
ArmaReforgerScripted GetGame()
Definition: game.c:1424
SCR_EditorToolbarAction
Definition: SCR_EditorToolbarAction.c:3
SCR_OpenWorldToolbarAction
Definition: SCR_OpenWorldToolbarAction.c:2
SCR_EditableEntityComponent
Definition: SCR_EditableEntityComponent.c:13
ChimeraMenuPreset
ChimeraMenuPreset
Menu presets.
Definition: ChimeraMenuBase.c:3
SCR_BaseContainerCustomTitleUIInfo
void SCR_BaseContainerCustomTitleUIInfo(string propertyName, string format="%1")
Definition: Attributes.c:788
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468