Legacy:XBot

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 17:10, 30 November 2005 by SuperApe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.