Gah - a solution with more questions. – EntropicLqd

UE2:GameAIControllerCTF (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> GameAIControllerInterf >> GameAIControllerImpl >> GameAIControllerCTF
Package: 
U2CTF
Within class: 
U2GameInfo

GameAIControllerCTF.uc Created By: Mike Fox Created On: 08/07/01 $Author: Mfox $ $Date: 9/13/02 11:03a $ $Revision: 5 $

Constants

GameEventFlagCaptured

Value: 'FlagCaptured'


GameEventFlagDropped

Value: 'FlagDropped'


GameEventFlagReturned

Value: 'FlagReturned'


GameEventFlagTaken

Value: 'FlagTaken'


Properties

OurFlag

Type: U2CTFFlag


TheirFlag

Type: U2CTFFlag


Instance functions

GameEvent

function GameEvent (name EventName, Actor Instigator, optional Actor OtherActor, optional name OtherInfo)

Overrides: GameAIControllerImpl.GameEvent


Initialize

function Initialize (int NewTeamIndex)

Overrides: GameAIControllerImpl.Initialize


UpdateGameAI

function protected UpdateGameAI ()

Overrides: GameAIControllerImpl.UpdateGameAI