Legacy:XBot

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to navigation Jump to search
UT2003 :: Actor >> Controller >> AIController >> ScriptedController >> Bot >> xBot (Package: xGame)

The controller class for bots in UT200x gametypes.

Properties

xUtil.PlayerRecord PawnSetupRecord 

Functions

SetPawnClass( string inClass, string inCharacter ) 
Sets the PawnClass to the class specified in inClass after checking whether it's an xPawn and sets the bot's character.
Possess( Pawn aPawn ) 
In addition to the super class version of this funtion, calls Setup() on the given Pawn if it's an xPawn.