Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseActionsEditorComponentClass Class Reference
Inheritance diagram for SCR_BaseActionsEditorComponentClass:
SCR_BaseEditorComponentClass SCR_CommandActionsEditorComponentClass SCR_ContextActionsEditorComponentClass SCR_ToolbarActionsEditorComponentClass

Protected Member Functions

int GetActions (out notnull array< SCR_BaseEditorAction > outActions)
SCR_BaseEditorAction GetAction (int index)
int FindAction (SCR_BaseEditorAction action)
void SetShortcuts (SCR_BaseActionsEditorComponent manager, bool toAdd)
void SCR_BaseActionsEditorComponentClass (IEntityComponentSource componentSource, IEntitySource parentSource, IEntitySource prefabSource)

Protected Attributes

ref array< ref SCR_EditorActionList > m_ActionsLists
ref array< ref SCR_EditorActionGroupm_ActionGroups
ref array< SCR_BaseEditorActionm_ActionsSorted = {}

Detailed Description

Definition at line 20 of file SCR_BaseActionsEditorComponent.c.

Constructor & Destructor Documentation

◆ SCR_BaseActionsEditorComponentClass()

void SCR_BaseActionsEditorComponentClass::SCR_BaseActionsEditorComponentClass ( IEntityComponentSource componentSource,
IEntitySource parentSource,
IEntitySource prefabSource )
inlineprotected
Parameters
[in]prefab

Definition at line 86 of file SCR_BaseActionsEditorComponent.c.

Member Function Documentation

◆ FindAction()

int SCR_BaseActionsEditorComponentClass::FindAction ( SCR_BaseEditorAction action)
inlineprotected

Get index of an action from the list.

Parameters
[in]actionQueried action
Returns
Index

Definition at line 55 of file SCR_BaseActionsEditorComponent.c.

◆ GetAction()

SCR_BaseEditorAction SCR_BaseActionsEditorComponentClass::GetAction ( int index)
inlineprotected

Get action on given index.

Parameters
[in]indexDesired index
Returns
Action

Definition at line 43 of file SCR_BaseActionsEditorComponent.c.

◆ GetActions()

int SCR_BaseActionsEditorComponentClass::GetActions ( out notnull array< SCR_BaseEditorAction > outActions)
inlineprotected

Get actions in this list.

Parameters
[out]outActionsArray to be filled with actions
Returns
Number of actions

Definition at line 34 of file SCR_BaseActionsEditorComponent.c.

◆ SetShortcuts()

void SCR_BaseActionsEditorComponentClass::SetShortcuts ( SCR_BaseActionsEditorComponent manager,
bool toAdd )
inlineprotected
Parameters
[in]manager
[in]toAdd

Definition at line 63 of file SCR_BaseActionsEditorComponent.c.

Member Data Documentation

◆ m_ActionGroups

ref array<ref SCR_EditorActionGroup> SCR_BaseActionsEditorComponentClass::m_ActionGroups
protected

Definition at line 26 of file SCR_BaseActionsEditorComponent.c.

◆ m_ActionsLists

ref array<ref SCR_EditorActionList> SCR_BaseActionsEditorComponentClass::m_ActionsLists
protected

Definition at line 23 of file SCR_BaseActionsEditorComponent.c.

◆ m_ActionsSorted

ref array<SCR_BaseEditorAction> SCR_BaseActionsEditorComponentClass::m_ActionsSorted = {}
protected

Definition at line 28 of file SCR_BaseActionsEditorComponent.c.


The documentation for this class was generated from the following file: