![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| ScriptInvoker | GetOnCurrentActionChanged () |
| bool | IsActionCurrent (SCR_BaseEditorAction action) |
| void | SetCurrentAction (SCR_BaseEditorAction currentAction) |
| void | PerformDefaultAction (bool isQueue) |
| void | StartPlacing (SCR_BaseEditorAction action) |
| void | OnPlacingSelectedPrefabChange (ResourceName prefab, ResourceName prefabPrev) |
| override int | ValidateSelection (bool isInstant) |
| TraceFlags | GetInstantActionTraceFlags () |
| override bool | ActionCanBeShown (SCR_BaseEditorAction action, vector cursorWorldPosition, int flags) |
| override bool | ActionCanBePerformed (SCR_BaseEditorAction action, vector cursorWorldPosition, int flags) |
| override void | EOnEditorActivate () |
| override void | EOnEditorDeactivate () |
Protected Attributes | |
| ref array< EEditorActionGroup > | m_DefaultActionGroups |
| SCR_BaseEditorAction | m_CurrentAction |
| ref ScriptInvoker | Event_OnCurrentActionChanged = new ScriptInvoker() |
Manager of command actions, i.e., waypoint for AI groups or objectives for factions.
Definition at line 10 of file SCR_CommandActionsEditorComponent.c.
|
inlineprotected |
Definition at line 137 of file SCR_CommandActionsEditorComponent.c.
|
inlineprotected |
Definition at line 132 of file SCR_CommandActionsEditorComponent.c.
|
inlineprotected |
Definition at line 142 of file SCR_CommandActionsEditorComponent.c.
|
inlineprotected |
Definition at line 150 of file SCR_CommandActionsEditorComponent.c.
|
inlineprotected |
Definition at line 127 of file SCR_CommandActionsEditorComponent.c.
|
inlineprotected |
Get handler called when current action changes.
Definition at line 23 of file SCR_CommandActionsEditorComponent.c.
|
inlineprotected |
Check if given action is currently selected one.
| action | Queried action |
Definition at line 32 of file SCR_CommandActionsEditorComponent.c.
|
inlineprotected |
Definition at line 83 of file SCR_CommandActionsEditorComponent.c.
|
inlineprotected |
Instantly place a command.
| isQueue | True when adding to, not replacing existing commands |
Definition at line 50 of file SCR_CommandActionsEditorComponent.c.
|
inlineprotected |
Set action as current.
| action | Action |
Definition at line 40 of file SCR_CommandActionsEditorComponent.c.
|
inlineprotected |
Start placing of a command.
| action | Action representing the command |
Definition at line 74 of file SCR_CommandActionsEditorComponent.c.
Definition at line 92 of file SCR_CommandActionsEditorComponent.c.
|
protected |
Definition at line 17 of file SCR_CommandActionsEditorComponent.c.
|
protected |
Definition at line 15 of file SCR_CommandActionsEditorComponent.c.
|
protected |
Definition at line 13 of file SCR_CommandActionsEditorComponent.c.