|
Arma Reforger Script API
|
Public Member Functions | |
| 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 () |
Protected Attributes | |
| ref array< ref SCR_EditorActionList > | m_ActionsLists |
| ref array< ref SCR_EditorActionGroup > | m_ActionGroups |
| ref array< SCR_BaseEditorAction > | m_ActionsSorted = {} |
Additional Inherited Members | |
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. | |
| void SCR_BaseActionsEditorComponentClass.SCR_BaseActionsEditorComponentClass | ( | IEntityComponentSource | componentSource, |
| IEntitySource | parentSource, | ||
| IEntitySource | prefabSource ) |
| [in] | prefab |
| int SCR_BaseActionsEditorComponentClass.FindAction | ( | SCR_BaseEditorAction | action | ) |
Get index of an action from the list.
| [in] | action | Queried action |
| SCR_BaseEditorAction SCR_BaseActionsEditorComponentClass.GetAction | ( | int | index | ) |
Get action on given index.
| [in] | index | Desired index |
| int SCR_BaseActionsEditorComponentClass.GetActions | ( | out notnull array< SCR_BaseEditorAction > | outActions | ) |
Get actions in this list.
| [out] | outActions | Array to be filled with actions |
| void SCR_BaseActionsEditorComponentClass.SetShortcuts | ( | SCR_BaseActionsEditorComponent | manager, |
| bool | toAdd ) |
| [in] | manager | |
| [in] | toAdd |
|
protected |
|
protected |
|
protected |