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

UE2:ACTION_ChangeScript (UT2004)

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

null

Properties[edit]

Property group 'Action'[edit]

NextScriptTag[edit]

Type: name


Internal variables[edit]

NextScript[edit]

Type: ScriptedSequence


Default values[edit]

Property Value
ActionString "Change script"
bValidForTrigger False

Instance functions[edit]

GetScript[edit]

function ScriptedSequence GetScript (ScriptedSequence S)

Overrides: ScriptedAction.GetScript


InitActionFor[edit]

function bool InitActionFor (ScriptedController C)

Overrides: ScriptedAction.InitActionFor