ActivateCooldown() | SCR_BaseEditorAction | protected |
AddShortcut(SCR_BaseActionsEditorComponent actionsManager) | SCR_BaseEditorAction | |
CanBePerformed(SCR_EditableEntityComponent hoveredEntity, notnull set< SCR_EditableEntityComponent > selectedEntities, vector cursorWorldPosition, int flags) | SCR_BaseEditorAction | |
CanBeShown(SCR_EditableEntityComponent hoveredEntity, notnull set< SCR_EditableEntityComponent > selectedEntities, vector cursorWorldPosition, int flags) | SCR_WaypointBaseCommandAction | |
CheckAndSetCooldown() | SCR_BaseEditorAction | |
FilterEntities(notnull set< SCR_EditableEntityComponent > inEntities, out notnull set< SCR_EditableEntityComponent > outEntities) | SCR_WaypointBaseCommandAction | |
GetActionGroup() | SCR_BaseEditorAction | |
GetActionType() | SCR_BaseEditorAction | |
GetEffects() | SCR_BaseEditorAction | |
GetInfo() | SCR_BaseEditorAction | |
GetInfoToggled() | SCR_BaseToggleToolbarAction | |
GetOnToggleChange() | SCR_BaseToggleToolbarAction | |
GetOrder() | SCR_BaseEditorAction | |
GetParam() | SCR_BaseEditorAction | |
GetSelectedEntities(notnull set< SCR_EditableEntityComponent > inEntities) | SCR_BaseCommandAction | protected |
GetShortcut() | SCR_BaseEditorAction | |
IsEnabled() | SCR_BaseEditorAction | |
IsOnCooldown() | SCR_BaseEditorAction | |
IsServer() | SCR_BaseCommandAction | |
m_ActionGroup | SCR_BaseEditorAction | protected |
m_ActionsManager | SCR_BaseEditorAction | protected |
m_ActionType | SCR_BaseEditorAction | protected |
m_bEnabled | SCR_BaseEditorAction | protected |
m_bEnableShortcutLogics | SCR_BaseEditorAction | protected |
m_bIsOnCooldown | SCR_BaseEditorAction | protected |
m_bShowOnCooldownNotification | SCR_BaseEditorAction | protected |
m_CommandPrefab | SCR_BaseCommandAction | protected |
m_Effects | SCR_BaseEditorAction | protected |
m_fCooldownTime | SCR_BaseEditorAction | protected |
m_fCooldownUpdateFreq | SCR_BaseEditorAction | protected |
m_fCurrentCooldownTime | SCR_BaseEditorAction | protected |
m_Info | SCR_BaseEditorAction | protected |
m_InfoToggled | SCR_BaseToggleToolbarAction | protected |
m_iOrder | SCR_BaseEditorAction | protected |
m_sShortcut | SCR_BaseEditorAction | protected |
m_sShortcutRef | SCR_BaseEditorAction | protected |
OnCooldownDone() | SCR_BaseEditorAction | protected |
OnCurrentActionChanged() | SCR_BaseCommandAction | protected |
OnExit(SCR_ActionsToolbarEditorUIComponent toolbar) | SCR_EditorToolbarAction | |
OnInit(SCR_ActionsToolbarEditorUIComponent toolbar) | SCR_EditorToolbarAction | |
OnShortcut() | SCR_BaseEditorAction | protected |
Perform(SCR_EditableEntityComponent hoveredEntity, notnull set< SCR_EditableEntityComponent > selectedEntities, vector cursorWorldPosition, int flags, int param=-1) | SCR_WaypointBaseCommandAction | |
PerformOwner(SCR_EditableEntityComponent hoveredEntity, notnull set< SCR_EditableEntityComponent > selectedEntities, vector cursorWorldPosition, int flags, int param=-1) | SCR_BaseEditorAction | |
RemoveShortcut() | SCR_BaseEditorAction | |
SetShortcutRef(string shortcutRef) | SCR_BaseEditorAction | |
StartPlacing(notnull set< SCR_EditableEntityComponent > selectedEntities) | SCR_BaseCommandAction | |
Toggle(int value, bool highlight=false) | SCR_BaseToggleToolbarAction | protected |
Track() | SCR_BaseCommandAction | |
Untrack() | SCR_BaseCommandAction | |
UpdateCooldown() | SCR_BaseEditorAction | protected |
~SCR_BaseEditorAction() | SCR_BaseEditorAction | |