The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE1:UnrealBotConfigMenu (U1)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U1 Object >> Actor >> Menu >> UnrealMenu >> UnrealLongMenu >> UnrealBotConfigMenu
Package: 
UnrealShare
This class in other games:
RTNP, UT

UnrealBotConfigMenu

Properties[edit]

bAdjustSkill[edit]

Type: bool


bRandomOrder[edit]

Type: bool


Difficulty[edit]

Type: byte


GameType[edit]

Type: GameInfo


MenuValues[edit]

Type: string

Array size: 20


SvMenu[edit]

Type: UnrealServerMenu


Default values[edit]

Property Value
HelpMessage[1] "If true, bots adjust their skill level based on how they are doing against players."
HelpMessage[2] "Base skill level of bots (between 0 and 3)."
HelpMessage[3] "If true, bots enter the game in random order. If false, they enter in their configuration order."
HelpMessage[4] "Change the configuration of individual bots."
HelpMessage[5] "Number of bots to start play (max 15)."
HelpMessage[6] "Use bots when playing with other people."
MenuLength 6
MenuList[1] "Auto-Adjust Skills"
MenuList[2] "Base Skill"
MenuList[3] "Random Order"
MenuList[4] "Configure Individual Bots"
MenuList[5] "Number of Bots"
MenuList[6] "Bots in Multiplayer"
MenuTitle "BOTS"

Instance functions[edit]

AdjustDifficulty[edit]

function AdjustDifficulty (int Dir)


DrawMenu[edit]

function DrawMenu (Canvas Canvas)

Overrides: UnrealLongMenu.DrawMenu


DrawValues[edit]

function DrawValues (Canvas Canvas, Font RegFont, int Spacing, int StartX, int StartY)


InitConfig[edit]

function InitConfig (GameInfo G)


ProcessLeft[edit]

function bool ProcessLeft ()

Overrides: Menu.ProcessLeft


ProcessNo[edit]

function bool ProcessNo ()

Overrides: Menu.ProcessNo


ProcessRight[edit]

function bool ProcessRight ()

Overrides: Menu.ProcessRight


ProcessSelection[edit]

function bool ProcessSelection ()

Overrides: Menu.ProcessSelection


ProcessYes[edit]

function bool ProcessYes ()

Overrides: Menu.ProcessYes


SaveConfigs[edit]

function SaveConfigs ()

Overrides: Menu.SaveConfigs