ActivateCooldown() | SCR_BaseEditorAction | protected |
AddShortcut(SCR_BaseActionsEditorComponent actionsManager) | SCR_BaseEditorAction | |
CanBePerformed(SCR_EditableEntityComponent hoveredEntity, notnull set< SCR_EditableEntityComponent > selectedEntities, vector cursorWorldPosition, int flags) | SCR_PlacingFlagToolbarAction | |
CanBeShown(SCR_EditableEntityComponent hoveredEntity, notnull set< SCR_EditableEntityComponent > selectedEntities, vector cursorWorldPosition, int flags) | SCR_PlacingFlagToolbarAction | |
CheckAndSetCooldown() | SCR_BaseEditorAction | |
GetActionGroup() | SCR_BaseEditorAction | |
GetActionType() | SCR_BaseEditorAction | |
GetEffects() | SCR_BaseEditorAction | |
GetInfo() | SCR_BaseEditorAction | |
GetInfoToggled() | SCR_BaseToggleToolbarAction | |
GetOnToggleChange() | SCR_BaseToggleToolbarAction | |
GetOrder() | SCR_BaseEditorAction | |
GetParam() | SCR_BaseEditorAction | |
GetShortcut() | SCR_BaseEditorAction | |
IsEnabled() | SCR_BaseEditorAction | |
IsOnCooldown() | SCR_BaseEditorAction | |
IsServer() | SCR_PlacingFlagToolbarAction | |
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_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_PlacingFlag | SCR_PlacingFlagToolbarAction | protected |
m_sShortcut | SCR_BaseEditorAction | protected |
m_sShortcutRef | SCR_BaseEditorAction | protected |
OnCooldownDone() | SCR_BaseEditorAction | protected |
OnExit(SCR_ActionsToolbarEditorUIComponent toolbar) | SCR_EditorToolbarAction | |
OnInit(SCR_ActionsToolbarEditorUIComponent toolbar) | SCR_EditorToolbarAction | |
OnPlacingFlagsChange(EEditorPlacingFlags flag, bool toAdd) | SCR_PlacingFlagToolbarAction | protected |
OnShortcut() | SCR_BaseEditorAction | protected |
Perform(SCR_EditableEntityComponent hoveredEntity, notnull set< SCR_EditableEntityComponent > selectedEntities, vector cursorWorldPosition, int flags, int param=-1) | SCR_PlacingFlagToolbarAction | |
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 | |
Toggle(int value, bool highlight=false) | SCR_BaseToggleToolbarAction | protected |
Track() | SCR_PlacingFlagToolbarAction | |
Untrack() | SCR_PlacingFlagToolbarAction | |
UpdateCooldown() | SCR_BaseEditorAction | protected |
~SCR_BaseEditorAction() | SCR_BaseEditorAction | |