I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE1:RatedTeamInfo (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT Object >> Actor >> Info >> RatedTeamInfo
Package: 
BotPack
Direct subclasses:
RatedTeamInfo1, RatedTeamInfo2, RatedTeamInfo3, RatedTeamInfo4, RatedTeamInfo5, RatedTeamInfo6, RatedTeamInfo7, RatedTeamInfo8, RatedTeamInfoDemo1, RatedTeamInfoDemo2, RatedTeamInfoS

null

Properties[edit]

Property group 'RatedTeamInfo'[edit]

BotAccuracy[edit]

Type: float

Array size: 8


BotBio[edit]

Type: string

Array size: 8

Modifiers: localized


BotClasses[edit]

Type: string

Array size: 8


BotClassifications[edit]

Type: string

Array size: 8

Modifiers: localized


BotFaces[edit]

Type: string

Array size: 8


BotJumpy[edit]

Type: byte

Array size: 8


BotNames[edit]

Type: string

Array size: 8

Modifiers: localized


BotSkills[edit]

Type: float

Array size: 8


BotSkins[edit]

Type: string

Array size: 8


Camping[edit]

Type: float

Array size: 8


CombatStyle[edit]

Type: float

Array size: 8


FavoriteWeapon[edit]

Type: string

Array size: 8


FemaleClass[edit]

Type: class<TournamentPlayer>


FemaleSkin[edit]

Type: string


MaleClass[edit]

Type: class<TournamentPlayer>


MaleSkin[edit]

Type: string


TeamBio[edit]

Type: string

Modifiers: localized


TeamName[edit]

Type: string

Modifiers: localized


TeamSymbol[edit]

Type: Texture


Functions[edit]

Static functions[edit]

GetBotClassification[edit]

static function string GetBotClassification (int n)


GetBotClassName[edit]

static function string GetBotClassName (int n)


GetBotDesc[edit]

static function string GetBotDesc (int n)


GetBotFace[edit]

static function string GetBotFace (int n)


GetBotName[edit]

static function string GetBotName (int n)


GetBotSkin[edit]

static function string GetBotSkin (int n)


GetTeamBio[edit]

static function string GetTeamBio ()


GetTeamName[edit]

static function string GetTeamName ()


GetTeamSymbol[edit]

static function Texture GetTeamSymbol ()


Instance functions[edit]

GetBotClass[edit]

function class<BotGetBotClass (int n)


Individualize[edit]

function Individualize (Bot NewBot, int n, int NumBots, bool bEnemy, float BaseDifficulty)