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

UnrealI.UnrealKeyboardMenu

Extends
UnrealMenu
Modifiers
localized

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Menu
      |   
      +-- UnrealI.UnrealMenu
         |   
         +-- UnrealI.UnrealKeyboardMenu

Variables Summary
string[64]AliasNames[24]
boolbSetUp
string[64]MenuValues1[24]
string[64]MenuValues2[24]
string[16]OrString
intPending
string[255]PendingCommands[30]
Inherited Variables from Engine.Menu
bConfigChanged, bExitAllMenus, CenterString, DisabledString, EnabledString, HelpMessage[24], LeftString, MenuLength, MenuList[24], MenuTitle, ParentMenu, PlayerOwner, RightString, Selection

Functions Summary
function AddPending (string[255] newCommand)
function DrawMenu (canvas Canvas)
function DrawValues (canvas Canvas, Font RegFont, int Spacing, int StartX, int StartY)
function ProcessMenuEscape ()
function ProcessMenuKey (int KeyNo, string[32] KeyName)
function ProcessMenuUpdate (coerce string[64] InputString)
function ProcessPending ()
functionbool ProcessSelection ()
function SaveConfigs ()
function SetUpMenu ()
Inherited Functions from UnrealI.UnrealMenu
DrawBackGround, DrawSlider, PlayEnterSound, PlayModifySound, PlaySelectSound
Inherited Functions from Engine.Menu
DrawHelpPanel, DrawList, DrawMenu, DrawTitle, ExitAllMenus, ExitMenu, MenuProcessInput, MenuTick, PlayEnterSound, PlayModifySound, PlaySelectSound, ProcessLeft, ProcessMenuEscape, ProcessMenuInput, ProcessMenuKey, ProcessMenuUpdate, ProcessNo, ProcessRight, ProcessSelection, ProcessYes, SaveConfigs, SetFontBrightness


Variables Detail

AliasNames[24] Source code

var string[64] AliasNames[24];

bSetUp Source code

var bool bSetUp;

MenuValues1[24] Source code

var string[64] MenuValues1[24];

MenuValues2[24] Source code

var string[64] MenuValues2[24];

OrString Source code

var localized string[16] OrString;

Pending Source code

var int Pending;

PendingCommands[30] Source code

var string[255] PendingCommands[30];


Functions Detail

AddPending Source code

function AddPending ( string[255] newCommand )

DrawMenu Source code

function DrawMenu ( canvas Canvas )

DrawValues Source code

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

ProcessMenuEscape Source code

function ProcessMenuEscape ( )

ProcessMenuKey Source code

function ProcessMenuKey ( int KeyNo, string[32] KeyName )

ProcessMenuUpdate Source code

function ProcessMenuUpdate ( coerce string[64] InputString )

ProcessPending Source code

function ProcessPending ( )

ProcessSelection Source code

function bool ProcessSelection ( )

SaveConfigs Source code

function SaveConfigs ( )

SetUpMenu Source code

function SetUpMenu ( )



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 12:53:43.390 - Created with UnCodeX