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

UnrealI.UnrealPlayerMenu

Extends
UnrealMenu
Modifiers
localized

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

Direct Known Subclasses:

UnrealMeshMenu

Variables Summary
boolbSetup
string[21]PlayerName
string[64]PreferredSkin
actorRealOwner
string[21]TeamName
Inherited Variables from Engine.Menu
bConfigChanged, bExitAllMenus, CenterString, DisabledString, EnabledString, HelpMessage[24], LeftString, MenuLength, MenuList[24], MenuTitle, ParentMenu, PlayerOwner, RightString, Selection

Functions Summary
function DrawHelpPanel (canvas Canvas, int StartY, int XClip)
function DrawMenu (canvas Canvas)
functionMenu ExitMenu ()
function MenuTick (float DeltaTime)
functionbool ProcessLeft ()
function ProcessMenuEscape ()
function ProcessMenuInput (coerce string[64] InputString)
function ProcessMenuUpdate (coerce string[64] InputString)
functionbool ProcessRight ()
functionbool ProcessSelection ()
function SaveConfigs ()
function SetUpDisplay ()
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

bSetup Source code

var bool bSetup;

PlayerName Source code

var string[21] PlayerName;

PreferredSkin Source code

var string[64] PreferredSkin;

RealOwner Source code

var actor RealOwner;

TeamName Source code

var string[21] TeamName;


Functions Detail

DrawHelpPanel Source code

function DrawHelpPanel ( canvas Canvas, int StartY, int XClip )

DrawMenu Source code

function DrawMenu ( canvas Canvas )

ExitMenu Source code

function Menu ExitMenu ( )

MenuTick Source code

function MenuTick ( float DeltaTime )

ProcessLeft Source code

function bool ProcessLeft ( )

ProcessMenuEscape Source code

function ProcessMenuEscape ( )

ProcessMenuInput Source code

function ProcessMenuInput ( coerce string[64] InputString )

ProcessMenuUpdate Source code

function ProcessMenuUpdate ( coerce string[64] InputString )

ProcessRight Source code

function bool ProcessRight ( )

ProcessSelection Source code

function bool ProcessSelection ( )

SaveConfigs Source code

function SaveConfigs ( )

SetUpDisplay Source code

function SetUpDisplay ( )



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