I don't need to test my programs. I have an error-correcting modem.

UE2:ScriptedSequence (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:12, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UE2Runtime Object >> Actor >> Keypoint >> AIScript >> ScriptedSequence
Package: 
Gameplay
Direct subclass:
ScriptedTrigger
This class in other games:
U2, UT2003, UT2004

ScriptedSequence used for setting up scripted sequences for pawns. A ScriptedController is spawned to carry out the scripted sequence.

Properties[edit]

Property group 'AIScript'[edit]

Actions[edit]

Type: array<ScriptedAction>

Modifiers: export, editinline


Internal variables[edit]

ScriptControllerClass[edit]

Type: class<ScriptedController>


Default value: Class'Gameplay.ScriptedController'

Default values[edit]

Property Value
bCollideWhenPlacing True
bDirectional True
bNavigate True
CollisionHeight 100.0
CollisionRadius 50.0

Instance functions[edit]

SetActions[edit]

function SetActions (ScriptedController C)


SpawnControllerFor[edit]

function SpawnControllerFor (Pawn P)

Overrides: AIScript.SpawnControllerFor


TakeOver[edit]

function TakeOver (Pawn P)

Overrides: AIScript.TakeOver


ValidAction[edit]

function bool ValidAction (int N)