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

UMenu.UMenuBotmatchClientWindow

Extends
UWindowDialogClientWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UMenu.UMenuBotmatchClientWindow

Direct Known Subclasses:

UMenuStartGameClientWindow

Variables Summary
boolbNetworkGame
stringBotConfigTab
UWindowSmallCloseButtonCloseButton
class<GameInfo>GameClass
stringGameType
stringMap
UMenuPageControlPages
stringRulesTab
UMenuScreenshotCWScreenshotWindow
stringSettingsTab
UWindowHSplitterSplitter
UWindowSmallButtonStartButton
stringStartMatchTab
stringStartText
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function Created ()))
function CreatePages ()))
function GameChanged ()))
function Notify (UWindowDialogControl C, byte E))
function Paint (Canvas C, float X, float Y))
function Resized ()))
function SaveConfigs ()))
function StartPressed ()))
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint
Inherited Functions from UWindow.UWindowClientWindow
Close


Variables Detail

bNetworkGame Source code

var bool bNetworkGame;

BotConfigTab Source code

var localized string BotConfigTab;

CloseButton Source code

var UWindowSmallCloseButton CloseButton;

GameClass Source code

var class<GameInfo> GameClass;

GameType Source code

var config string GameType;

Map Source code

var config string Map;

Pages Source code

var UMenuPageControl Pages;

RulesTab Source code

var localized string RulesTab;

ScreenshotWindow Source code

var UMenuScreenshotCW ScreenshotWindow;

SettingsTab Source code

var localized string SettingsTab;

Splitter Source code

var UWindowHSplitter Splitter;

StartButton Source code

var UWindowSmallButton StartButton;

StartMatchTab Source code

var localized string StartMatchTab;

StartText Source code

var localized string StartText;


Functions Detail

Created Source code

function Created ( ) )

CreatePages Source code

function CreatePages ( ) )

GameChanged Source code

function GameChanged ( ) )

Notify Source code

function Notify ( UWindowDialogControl C, byte E) )

Paint Source code

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

Resized Source code

function Resized ( ) )

SaveConfigs Source code

function SaveConfigs ( ) )

StartPressed Source code

function StartPressed ( ) )


Defaultproperties

defaultproperties
{
				GameType="UnrealShare.DeathmatchGame"
				StartMatchTab="Match"
				RulesTab="Rules"
				SettingsTab="Settings"
				BotConfigTab="Bots"
				StartText="Start"
}

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