Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:GameAIControllerCTF (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GameAIControllerInterf >> GameAIControllerImpl >> GameAIControllerCTF |
- Package:
- U2CTF
- Within class:
- U2GameInfo
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. |
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