Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE1:RatedTeamInfo (UT)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT Object >> Actor >> Info >> RatedTeamInfo

Contents

Package: 
BotPack
Direct subclasses:
RatedTeamInfo1, RatedTeamInfo2, RatedTeamInfo3, RatedTeamInfo4, RatedTeamInfo5, RatedTeamInfo6, RatedTeamInfo7, RatedTeamInfo8, RatedTeamInfoDemo1, RatedTeamInfoDemo2, RatedTeamInfoS

null

[edit] Properties

[edit] Property group 'RatedTeamInfo'

[edit] BotAccuracy

Type: float

Array size: 8


[edit] BotBio

Type: string

Array size: 8

Modifiers: localized


[edit] BotClasses

Type: string

Array size: 8


[edit] BotClassifications

Type: string

Array size: 8

Modifiers: localized


[edit] BotFaces

Type: string

Array size: 8


[edit] BotJumpy

Type: byte

Array size: 8


[edit] BotNames

Type: string

Array size: 8

Modifiers: localized


[edit] BotSkills

Type: float

Array size: 8


[edit] BotSkins

Type: string

Array size: 8


[edit] Camping

Type: float

Array size: 8


[edit] CombatStyle

Type: float

Array size: 8


[edit] FavoriteWeapon

Type: string

Array size: 8


[edit] FemaleClass

Type: class<TournamentPlayer>


[edit] FemaleSkin

Type: string


[edit] MaleClass

Type: class<TournamentPlayer>


[edit] MaleSkin

Type: string


[edit] TeamBio

Type: string

Modifiers: localized


[edit] TeamName

Type: string

Modifiers: localized


[edit] TeamSymbol

Type: Texture


[edit] Functions

[edit] Static functions

[edit] GetBotClassification

static function string GetBotClassification (int n)


[edit] GetBotClassName

static function string GetBotClassName (int n)


[edit] GetBotDesc

static function string GetBotDesc (int n)


[edit] GetBotFace

static function string GetBotFace (int n)


[edit] GetBotName

static function string GetBotName (int n)


[edit] GetBotSkin

static function string GetBotSkin (int n)


[edit] GetTeamBio

static function string GetTeamBio ()


[edit] GetTeamName

static function string GetTeamName ()


[edit] GetTeamSymbol

static function Texture GetTeamSymbol ()


[edit] Instance functions

[edit] GetBotClass

function class<BotGetBotClass (int n)


[edit] Individualize

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