![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Attributes | |
| bool | m_bEnabled |
| ref SCR_UIInfo | m_Info |
| EEditorActionType | m_ActionType |
| EEditorActionGroup | m_ActionGroup |
| int | m_iOrder |
| string | m_sShortcut |
| bool | m_bEnableShortcutLogics |
| ref array< ref SCR_BaseEditorEffect > | m_Effects |
| SCR_BaseActionsEditorComponent | m_ActionsManager |
| string | m_sShortcutRef |
| float | m_fCooldownTime |
| float | m_fCurrentCooldownTime |
| float | m_fCooldownUpdateFreq = 50 |
| bool | m_bShowOnCooldownNotification |
| bool | m_bIsOnCooldown |
Base container class for all editor action types (ContextActions, WaypointActions, AbiliityActions)
Definition at line 24 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Definition at line 272 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Definition at line 243 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Definition at line 190 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Determine if action can be performed with passed hovered entity and selected entitites
Definition at line 86 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Determine if action can be shown with passed hovered entity and selected entitites
Definition at line 77 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Check if action is on cooldown and if not set action on cooldown The cooldown will never be set if cooldownTime is equal or less than 0
Definition at line 212 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Definition at line 123 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Definition at line 119 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Get effects tied to the action
Definition at line 180 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Definition at line 111 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Get order of this entity, can be any integer value including negative.
Definition at line 151 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Get custom param which can be used to pass extra information to performed action. Called on the machine of whoever called the action, with the editor opened. Sent to Perform function, even when it's called on server.
Definition at line 171 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Get action shortcut that triggers this action.
Definition at line 132 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Definition at line 69 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Check if action is on cooldown
Definition at line 237 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Should action be sent to server
Definition at line 160 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Definition at line 266 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Definition at line 185 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Perform action
Definition at line 94 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Definition at line 102 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Definition at line 198 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Set shortcut reference - it's shown in GUI, but not actually listened to.
| shortcutRef | Action name |
Definition at line 143 of file SCR_BaseEditorAction.c.
|
inlineprotected |
Definition at line 257 of file SCR_BaseEditorAction.c.
|
protected |
Definition at line 36 of file SCR_BaseEditorAction.c.
|
protected |
Definition at line 50 of file SCR_BaseEditorAction.c.
|
protected |
Definition at line 33 of file SCR_BaseEditorAction.c.
|
protected |
Definition at line 27 of file SCR_BaseEditorAction.c.
|
protected |
Definition at line 45 of file SCR_BaseEditorAction.c.
|
protected |
Definition at line 64 of file SCR_BaseEditorAction.c.
|
protected |
Definition at line 62 of file SCR_BaseEditorAction.c.
|
protected |
Definition at line 48 of file SCR_BaseEditorAction.c.
|
protected |
Definition at line 54 of file SCR_BaseEditorAction.c.
|
protected |
Definition at line 59 of file SCR_BaseEditorAction.c.
|
protected |
Definition at line 56 of file SCR_BaseEditorAction.c.
|
protected |
Definition at line 30 of file SCR_BaseEditorAction.c.
|
protected |
Definition at line 39 of file SCR_BaseEditorAction.c.
|
protected |
Definition at line 42 of file SCR_BaseEditorAction.c.
|
protected |
Definition at line 51 of file SCR_BaseEditorAction.c.