There is no spoon
UE1:UnrealBotConfigMenu (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Menu >> UnrealMenu >> UnrealLongMenu >> UnrealBotConfigMenu |
Contents
- Package:
- UnrealShare
- This class in other games:
- RTNP, U1
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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]
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