Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UMenu.UMenuBotConfigBase

Extends
UMenuPageWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UWindow.UWindowPageWindow
               |   
               +-- UMenu.UMenuPageWindow
                  |   
                  +-- UMenu.UMenuBotConfigBase

Direct Known Subclasses:

UMenuBotConfigClientWindow

Variables Summary
stringAtLeastOneBotText
stringAtLeastOneBotTitle
UWindowCheckboxAutoAdjustCheck
stringAutoAdjustHelp
stringAutoAdjustText
UWindowComboControlBaseCombo
stringBaseHelp
stringBaseText
UMenuBotmatchClientWindowBotmatchParent
UWindowSmallButtonConfigBots
stringConfigBotsHelp
stringConfigBotsText
floatControlOffset
boolInitialized
UWindowEditControlNumBotsEdit
stringNumBotsHelp
stringNumBotsText
UWindowCheckboxRandomCheck
stringRandomHelp
stringRandomText
stringSkills[8]
stringSkillTaunts[8]
UMenuLabelControlTauntLabel
Inherited Variables from UWindow.UWindowPageWindow
OwnerTab

Functions Summary
function AfterCreate ()))
function AutoAdjustChecked ()))
function BaseChanged ()))
function BeforePaint (Canvas C, float X, float Y))
function ConfigureIndivBots ()))
function Created ()))
function LoadCurrentValues ()))
function Notify (UWindowDialogControl C, byte E))
function NumBotsChanged ()))
function RandomChecked ()))
function SetBotmatchParent ()))
Inherited Functions from UMenu.UMenuPageWindow
Notify, Paint
Inherited Functions from UWindow.UWindowPageWindow
RightClickTab


Variables Detail

AtLeastOneBotText Source code

var localized string AtLeastOneBotText;

AtLeastOneBotTitle Source code

var localized string AtLeastOneBotTitle;

AutoAdjustCheck Source code

var UWindowCheckbox AutoAdjustCheck;

AutoAdjustHelp Source code

var localized string AutoAdjustHelp;

AutoAdjustText Source code

var localized string AutoAdjustText;

BaseCombo Source code

var UWindowComboControl BaseCombo;

BaseHelp Source code

var localized string BaseHelp;

BaseText Source code

var localized string BaseText;

BotmatchParent Source code

var UMenuBotmatchClientWindow BotmatchParent;

ConfigBots Source code

var UWindowSmallButton ConfigBots;

ConfigBotsHelp Source code

var localized string ConfigBotsHelp;

ConfigBotsText Source code

var localized string ConfigBotsText;

ControlOffset Source code

var float ControlOffset;

Initialized Source code

var bool Initialized;

NumBotsEdit Source code

var UWindowEditControl NumBotsEdit;

NumBotsHelp Source code

var localized string NumBotsHelp;

NumBotsText Source code

var localized string NumBotsText;

RandomCheck Source code

var UWindowCheckbox RandomCheck;

RandomHelp Source code

var localized string RandomHelp;

RandomText Source code

var localized string RandomText;

Skills[8] Source code

var localized string Skills[8];

SkillTaunts[8] Source code

var localized string SkillTaunts[8];

TauntLabel Source code

var UMenuLabelControl TauntLabel;


Functions Detail

AfterCreate Source code

function AfterCreate ( ) )

AutoAdjustChecked Source code

function AutoAdjustChecked ( ) )

BaseChanged Source code

function BaseChanged ( ) )

BeforePaint Source code

function BeforePaint ( Canvas C, float X, float Y) )

ConfigureIndivBots Source code

function ConfigureIndivBots ( ) )

Created Source code

function Created ( ) )

LoadCurrentValues Source code

function LoadCurrentValues ( ) )

Notify Source code

function Notify ( UWindowDialogControl C, byte E) )

NumBotsChanged Source code

function NumBotsChanged ( ) )

RandomChecked Source code

function RandomChecked ( ) )

SetBotmatchParent Source code

function SetBotmatchParent ( ) )


Defaultproperties

defaultproperties
{
				BaseText="Base Skill:"
				BaseHelp="This is the base skill level of the bots."
				Skills(0)="Novice"
				Skills(1)="Average"
				Skills(2)="Skilled"
				Skills(3)="Masterful"
				SkillTaunts(0)="They won't hurt you...much."
				SkillTaunts(1)="Don't get cocky."
				SkillTaunts(2)="You think you're tough?"
				SkillTaunts(3)="You're already dead."
				NumBotsText="Number of Bots"
				NumBotsHelp="This is the number of bots that you will play against."
				AutoAdjustText="Auto Adjust Skill"
				AutoAdjustHelp="If checked, bots will increase or decrease their skill to match your skill level."
				RandomText="Random Order"
				RandomHelp="If checked, bots will chosen at random from the list of bot configurations."
				ConfigBotsText="Configure"
				ConfigBotsHelp="Configure the names, appearance and other attributes of individual bots."
				AtLeastOneBotTitle="Configure Bots"
				AtLeastOneBotText="You must choose at least one bot in order to use the configure bots screen."
				ControlOffset=20.000000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:14.412 - Created with UnCodeX