UE2:ACTION_WaitForTimer (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> ScriptedAction >> LatentScriptedAction >> ACTION_WaitForTimer |
- Package:
- Gameplay
- Known custom subclasses:
- ACTION_WaitOnlyForTimer (UT2004), Crusha/UltimateMappingTools
- This class in other games:
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties
Property group 'Action'
PauseTime
Type: float
Default values
Property | Value |
---|---|
ActionString | "Wait for timer" |
Instance functions
CompleteWhenTimer
function bool CompleteWhenTimer ()
Overrides: LatentScriptedAction.CompleteWhenTimer
CompleteWhenTriggered
function bool CompleteWhenTriggered ()
Overrides: LatentScriptedAction.CompleteWhenTriggered
GetActionString
function string GetActionString ()
Overrides: ScriptedAction.GetActionString
InitActionFor
function bool InitActionFor (ScriptedController C)
Overrides: LatentScriptedAction.InitActionFor