The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:ACTION_LeaveSequence (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> ScriptedAction >> ACTION_LeaveSequence
Package: 
Gameplay
This class in other games:
UE2Runtime, U2, UT2004

Exits the script of the owning ScriptedSequence. Using this in a ScriptedTrigger will disable the trigger script until the ScriptedTrigger actor is reset, for example at the start of a new round in Assault or Onslaught.

Default values[edit]

Property Value
ActionString "leave sequence"

Instance functions[edit]

GetScript[edit]

function ScriptedSequence GetScript (ScriptedSequence S)

Overrides: ScriptedAction.GetScript

Always returns None, which tells the executing ScriptedController to stop execution of this script.

See also[edit]