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

UTMenu.UTGameMenu

Extends
UWindowPulldownMenu

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowDialogControl
         |   
         +-- UWindow.UWindowListControl
            |   
            +-- UWindow.UWindowPulldownMenu
               |   
               +-- UTMenu.UTGameMenu

Variables Summary
UWindowPulldownMenuItemBotmatch
stringBotmatchHelp
stringBotmatchName
UWindowMessageBoxConfirmQuit
stringDemoQuitText
UWindowPulldownMenuItemLoadGame
stringLoadGameHelp
stringLoadGameName
UWindowPulldownMenuItemNewGame
stringNewGameHelp
stringNewGameName
UWindowPulldownMenuItemQuit
stringQuitHelp
stringQuitName
stringQuitText
stringQuitTitle
UWindowPulldownMenuItemReturnToGame
stringReturnToGameHelp
stringReturnToGameName
Inherited Variables from UWindow.UWindowPulldownMenu
HBorder, ItemHeight, Owner, Selected, TextBorder, VBorder
Inherited Variables from UWindow.UWindowListControl
Items, ListClass

Functions Summary
function Created ()))
function ExecuteItem (UWindowPulldownMenuItem I))
function MessageBoxDone (UWindowMessageBox W, MessageBoxResult Result))
function Select (UWindowPulldownMenuItem I))
function ShowWindow ()))
Inherited Functions from UWindow.UWindowPulldownMenu
AddMenuItem, BeforeExecuteItem, BeforePaint, Clear, CloseUp, Created, DeSelect, DrawItem, DrawMenuBackground, ExecuteItem, FocusOtherWindow, GetMenuBar, KeyDown, KeyUp, LMouseDown, LMouseUp, MenuCmd, MouseMove, Paint, PerformSelect, Select, SetSelected, ShowWindow
Inherited Functions from UWindow.UWindowListControl
Created, DrawItem


Variables Detail

Botmatch Source code

var UWindowPulldownMenuItem Botmatch;

BotmatchHelp Source code

var localized string BotmatchHelp;

BotmatchName Source code

var localized string BotmatchName;

ConfirmQuit Source code

var UWindowMessageBox ConfirmQuit;

DemoQuitText Source code

var localized string DemoQuitText;

LoadGame Source code

var UWindowPulldownMenuItem LoadGame;

LoadGameHelp Source code

var localized string LoadGameHelp;

LoadGameName Source code

var localized string LoadGameName;

NewGame Source code

var UWindowPulldownMenuItem NewGame;

NewGameHelp Source code

var localized string NewGameHelp;

NewGameName Source code

var localized string NewGameName;

Quit Source code

var UWindowPulldownMenuItem Quit;

QuitHelp Source code

var localized string QuitHelp;

QuitName Source code

var localized string QuitName;

QuitText Source code

var localized string QuitText;

QuitTitle Source code

var localized string QuitTitle;

ReturnToGame Source code

var UWindowPulldownMenuItem ReturnToGame;

ReturnToGameHelp Source code

var localized string ReturnToGameHelp;

ReturnToGameName Source code

var localized string ReturnToGameName;


Functions Detail

Created Source code

function Created ( ) )

ExecuteItem Source code

function ExecuteItem ( UWindowPulldownMenuItem I) )

MessageBoxDone Source code

function MessageBoxDone ( UWindowMessageBox W, MessageBoxResult Result) )

Select Source code

function Select ( UWindowPulldownMenuItem I) )

ShowWindow Source code

function ShowWindow ( ) )


Defaultproperties

defaultproperties
{
     NewGameName="&Start Unreal Tournament"
     NewGameHelp="Select to start a new Unreal Tournament game!"
     LoadGameName="&Resume Saved Tournament"
     LoadGameHelp="Select to resume a saved Unreal Tournament game."
     BotmatchName="Start &Practice Session"
     BotmatchHelp="Select to begin a practice game against bots."
     ReturnToGameName="Return to &Current Game"
     ReturnToGameHelp="Leave the menus and return to your current game.  Pressing the ESC key also returns you to the current game."
     QuitName="&Quit"
     QuitHelp="Select to save preferences and exit Unreal."
     QuitTitle="Confirm Quit"
     QuitText="Are you sure you want to Quit?"
     DemoQuitText="Thank you for playing the Unreal Tournament Demo.  Visit our website for information on the full version of the game, which contains 7 unique game types and over 50 levels!\n\nWould you like to visit the Unreal Tournament website now?"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:19.843 - Created with UnCodeX