|
Arma Reforger Script API
|
Additional Inherited Members | |
Public Member Functions inherited from SCR_BaseActionsEditorComponentClass | |
| int | GetActions (out notnull array< SCR_BaseEditorAction > outActions) |
| Get actions in this list. | |
| SCR_BaseEditorAction | GetAction (int index) |
| Get action on given index. | |
| int | FindAction (SCR_BaseEditorAction action) |
| Get index of an action from the list. | |
| void | SetShortcuts (SCR_BaseActionsEditorComponent manager, bool toAdd) |
| void | SCR_BaseActionsEditorComponentClass (IEntityComponentSource componentSource, IEntitySource parentSource, IEntitySource prefabSource) |
Public Member Functions inherited from SCR_BaseEditorComponentClass | |
| array< ref SCR_BaseEditorEffect > | GetEffectsActivate () |
| array< ref SCR_BaseEditorEffect > | GetEffectsDeactivate () |
Static Public Member Functions inherited from SCR_BaseEditorComponentClass | |
| static SCR_BaseEditorComponentClass | GetInstance (TypeName type, bool showError) |
| Get prefab data of local editor component instance attached on SCR_EditorManagerEntity or SCR_EditorModeEntity. | |
Protected Attributes inherited from SCR_BaseActionsEditorComponentClass | |
| ref array< ref SCR_EditorActionList > | m_ActionsLists |
| ref array< ref SCR_EditorActionGroup > | m_ActionGroups |
| ref array< SCR_BaseEditorAction > | m_ActionsSorted = {} |