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

UE2:ScriptedTriggerController (U2)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U2 Object >> Actor >> Controller >> AIController >> ScriptedController >> ScriptedTriggerController

Contents

Package: 
Legend
This class in other games:
UE2Runtime, UT2003, UT2004

ScriptedTriggerController used for playing ScriptedTrigger scripts A ScriptedTriggerController never has a pawn

[edit] Instance functions

[edit] ClearAnimation

function ClearAnimation ()

Overrides: ScriptedController.ClearAnimation


[edit] ClientGameEnded

function ClientGameEnded ()

Overrides: Controller.ClientGameEnded


[edit] DestroyPawn

function DestroyPawn ()

Overrides: ScriptedController.DestroyPawn


[edit] GameHasEnded

function GameHasEnded ()

Overrides: Controller.GameHasEnded


[edit] InitializeFor

function InitializeFor (ScriptedTrigger T)


[edit] SetNewScript

function SetNewScript (ScriptedSequence NewScript)

Overrides: ScriptedController.SetNewScript


[edit] States

[edit] Broken

[edit] Scripting

[edit] Scripting.Trigger

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: ScriptedController.Scripting.Trigger


[edit] Scripting.LeaveScripting

function LeaveScripting ()

Overrides: ScriptedController.Scripting.LeaveScripting