Always snap to grid

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[edit]

GameEventFlagCaptured[edit]

Value: 'FlagCaptured'


GameEventFlagDropped[edit]

Value: 'FlagDropped'


GameEventFlagReturned[edit]

Value: 'FlagReturned'


GameEventFlagTaken[edit]

Value: 'FlagTaken'


Properties[edit]

OurFlag[edit]

Type: U2CTFFlag


TheirFlag[edit]

Type: U2CTFFlag


Instance functions[edit]

GameEvent[edit]

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

Overrides: GameAIControllerImpl.GameEvent


Initialize[edit]

function Initialize (int NewTeamIndex)

Overrides: GameAIControllerImpl.Initialize


UpdateGameAI[edit]

function protected UpdateGameAI ()

Overrides: GameAIControllerImpl.UpdateGameAI