My program doesn't have bugs. It just develops random features.
UE2:ScriptedSequence (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- Gameplay
- Direct subclasses:
- BulldogTrigger, ScriptedTrigger, UnrealScriptedSequence
- This class in other games:
- UE2Runtime, U2, UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
ScriptedSequence used for setting up scripted sequences for pawns. A ScriptedController is spawned to carry out the scripted sequence.
Properties
Property group 'AIScript'
Actions
Type: array<ScriptedAction>
Modifiers: export, editinline
Internal variables
ScriptControllerClass
Type: class<ScriptedController>
Default value: Class'Gameplay.ScriptedController'
Default values
Property | Value |
---|---|
bCollideWhenPlacing | True |
bDirectional | True |
bNavigate | True |
CollisionHeight | 100.0 |
CollisionRadius | 50.0 |
Instance functions
SetActions
function SetActions (ScriptedController C)
SpawnControllerFor
function SpawnControllerFor (Pawn P)
Overrides: AIScript.SpawnControllerFor
TakeOver
function TakeOver (Pawn P)
Overrides: AIScript.TakeOver