![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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_EditorActionGroup > | m_ActionGroups |
| ref array< SCR_BaseEditorAction > | m_ActionsSorted = {} |
Definition at line 20 of file SCR_BaseActionsEditorComponent.c.
|
inlineprotected |
| [in] | prefab |
Definition at line 86 of file SCR_BaseActionsEditorComponent.c.
|
inlineprotected |
Get index of an action from the list.
| [in] | action | Queried action |
Definition at line 55 of file SCR_BaseActionsEditorComponent.c.
|
inlineprotected |
Get action on given index.
| [in] | index | Desired index |
Definition at line 43 of file SCR_BaseActionsEditorComponent.c.
|
inlineprotected |
Get actions in this list.
| [out] | outActions | Array to be filled with actions |
Definition at line 34 of file SCR_BaseActionsEditorComponent.c.
|
inlineprotected |
| [in] | manager | |
| [in] | toAdd |
Definition at line 63 of file SCR_BaseActionsEditorComponent.c.
|
protected |
Definition at line 26 of file SCR_BaseActionsEditorComponent.c.
|
protected |
Definition at line 23 of file SCR_BaseActionsEditorComponent.c.
|
protected |
Definition at line 28 of file SCR_BaseActionsEditorComponent.c.