I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:ScriptedSequence (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> Actor >> Keypoint >> AIScript >> ScriptedSequence
Package: 
Legend
Direct subclasses:
ScriptedTrigger, XMPVehicleTrigger
This class in other games:
UE2Runtime, 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'Legend.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)