My program doesn't have bugs. It just develops random features.

UE2:ScriptedController (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> Actor >> Controller >> AIController >> ScriptedController
Package: 
Gameplay
Direct subclasses:
Bot, MonsterController, ScriptedTriggerController
This class in other games:
UT2003, UE2Runtime, U2

ScriptedController AI controller which is controlling the pawn through a scripted sequence specified by an AIScript

Properties[edit]

ActionNum[edit]

Type: int


AnimsRemaining[edit]

Type: int


bBroken[edit]

Type: bool


bChangingPawns[edit]

Type: bool


bFakeShot[edit]

Type: bool

FIXME - this is currently a hack

bFineWeaponControl[edit]

Type: bool


bPendingDoubleJump[edit]

Type: bool


bPendingShoot[edit]

Type: bool


bShootSpray[edit]

Type: bool


bShootTarget[edit]

Type: bool


bUseScriptFacing[edit]

Type: bool


Default value: True

CurrentAction[edit]

Type: LatentScriptedAction


CurrentAnimation[edit]

Type: ACTION_PlayAnim


FiringMode[edit]

Type: name


IterationCounter[edit]

Type: int


IterationSectionStart[edit]

Type: int


Default value: -1

MyPlayerController[edit]

Type: PlayerController


NumShots[edit]

Type: int


PendingController[edit]

Type: Controller

controller which will get this pawn after scripted sequence is complete

ScriptedFocus[edit]

Type: Actor


SequenceScript[edit]

Type: ScriptedSequence


Functions[edit]

Events[edit]

NotifyJumpApex[edit]

event NotifyJumpApex ()

Overrides: Controller.NotifyJumpApex


Other instance functions[edit]

AdjustAim[edit]

function Object.Rotator AdjustAim (Actor.FireProperties FiredAmmunition, Object.Vector projStart, int AimError)

Overrides: Controller.AdjustAim


CheckIfNearPlayer[edit]

function bool CheckIfNearPlayer (float Distance)


ClearAnimation[edit]

function ClearAnimation ()


ClearScript[edit]

function ClearScript ()


DestroyPawn[edit]

function DestroyPawn ()


GetInstigator[edit]

function Pawn GetInstigator ()


GetMyPlayer[edit]

function Pawn GetMyPlayer ()


GetSoundSource[edit]

function Actor GetSoundSource ()


LeaveScripting[edit]

function LeaveScripting ()


SetDoubleJump[edit]

function SetDoubleJump ()

Overrides: Controller.SetDoubleJump


SetEnemyReaction[edit]

function SetEnemyReaction (int AlertnessLevel)


SetFireYaw[edit]

function int SetFireYaw (int FireYaw)


SetNewScript[edit]

function SetNewScript (ScriptedSequence NewScript)


TakeControlOf[edit]

function TakeControlOf (Pawn aPawn)


WeaponFireAgain[edit]

function bool WeaponFireAgain (float RefireRate, bool bFinishedFire)

Overrides: AIController.WeaponFireAgain


States[edit]

Broken[edit]

Scripting[edit]

Scripting.AnimEnd[edit]

event AnimEnd (int Channel)

Overrides: Actor.AnimEnd (global)


Scripting.EndState[edit]

event EndState ()

Overrides: Object.EndState (global)


Scripting.LIPSincAnimEnd[edit]

event LIPSincAnimEnd ()

Overrides: Actor.LIPSincAnimEnd (global)


Scripting.Tick[edit]

event Tick (float DeltaTime)

Overrides: Actor.Tick (global)


Scripting.Timer[edit]

event Timer ()

Overrides: Actor.Timer (global)


Scripting.Trigger[edit]

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: AIController.Trigger (global)


Scripting.AbortScript[edit]

function AbortScript ()


Scripting.CompleteAction[edit]

function CompleteAction ()


Scripting.DisplayDebug[edit]

function DisplayDebug (Canvas Canvas, out float YL, out float YPos)

Overrides: AIController.DisplayDebug (global)


Scripting.InitForNextAction[edit]

function InitForNextAction ()


Scripting.LeaveScripting[edit]

function LeaveScripting ()

Overrides: LeaveScripting (global)


Scripting.MayShootAtEnemy[edit]

function MayShootAtEnemy ()


Scripting.MayShootTarget[edit]

function MayShootTarget ()


Scripting.SetMoveTarget[edit]

function SetMoveTarget ()


Scripting.UnPossess[edit]

function UnPossess ()

Overrides: Controller.UnPossess (global)


Scripting.WeaponFireAgain[edit]

function bool WeaponFireAgain (float RefireRate, bool bFinishedFire)

Overrides: WeaponFireAgain (global)