I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:ACTION_LeaveSequence (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 16:12, 17 May 2008 by Wormbo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 Object >> ScriptedAction >> ACTION_LeaveSequence

Contents

Package: 
Gameplay
This class in other games:
U2, UE2Runtime, 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.

[edit] Default values

Property Value
ActionString "leave sequence"

[edit] Instance functions

[edit] GetScript

function ScriptedSequence GetScript (ScriptedSequence S)

Overrides: ScriptedAction.GetScript

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

[edit] See also