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

XInterface.UT2MidGameMenu

Extends
UT2K3GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K3GUIPage
               |   
               +-- XInterface.UT2MidGameMenu

Variables Summary
floatBarHeight
floatBarVPos
boolbIgnoreEsc
floatButtonHeight
floatButtonHGap
floatButtonVGap
floatButtonWidth
stringLeaveEntryButtonText
stringLeaveMPButtonText
stringLeaveSPButtonText
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers

Functions Summary
functionbool CurrentServerIsInFavorites ()
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool InternalOnClick (GUIComponent Sender)
function InternalOnClose (optional Bool bCanceled)
functionbool InternalOnKeyEvent (out byte Key, out byte State, float delta)
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Variables Detail

BarHeight Source code

var float BarHeight;

BarVPos Source code

var float BarVPos;

bIgnoreEsc Source code

var bool bIgnoreEsc;

ButtonHeight Source code

var float ButtonHeight;

ButtonHGap Source code

var float ButtonHGap;

ButtonVGap Source code

var float ButtonVGap;

ButtonWidth Source code

var float ButtonWidth;

LeaveEntryButtonText Source code

var localized string LeaveEntryButtonText;

LeaveMPButtonText Source code

var localized string LeaveMPButtonText;

LeaveSPButtonText Source code

var localized string LeaveSPButtonText;


Functions Detail

CurrentServerIsInFavorites Source code

function bool CurrentServerIsInFavorites ( )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )

InternalOnClose Source code

function InternalOnClose ( optional Bool bCanceled )

InternalOnKeyEvent Source code

function bool InternalOnKeyEvent ( out byte Key, out byte State, float delta )


Defaultproperties

defaultproperties
{
     bIgnoreEsc=True
     LeaveMPButtonText="DISCONNECT"
     LeaveSPButtonText="FORFEIT"
     LeaveEntryButtonText="SERVER BROWSER"
     ButtonWidth=0.270000
     ButtonHeight=0.040000
     ButtonHGap=0.020000
     ButtonVGap=0.020000
     BarHeight=0.210000
     BarVPos=0.500000
     bRequire640x480=False
     bAllowedAsLast=True
     OpenSound=Sound'MenuSounds.selectDshort'
     Begin Object Class=GUIButton Name=QuitBackground
         StyleName="SquareBar"
         bAcceptsInput=False
         bNeverFocus=True
         OnKeyEvent=QuitBackground.InternalOnKeyEvent
     End Object
     Controls(0)=GUIButton'XInterface.UT2MidGameMenu.QuitBackground'

     Begin Object Class=GUIButton Name=ContMatchButton
         Caption="CONTINUE"
         StyleName="MidGameButton"
         OnClick=UT2MidGameMenu.InternalOnClick
         OnKeyEvent=ContMatchButton.InternalOnKeyEvent
     End Object
     Controls(1)=GUIButton'XInterface.UT2MidGameMenu.ContMatchButton'

     Begin Object Class=GUIButton Name=QuitGameButton
         Caption="EXIT UT2003"
         StyleName="MidGameButton"
         OnClick=UT2MidGameMenu.InternalOnClick
         OnKeyEvent=QuitGameButton.InternalOnKeyEvent
     End Object
     Controls(2)=GUIButton'XInterface.UT2MidGameMenu.QuitGameButton'

     Begin Object Class=GUIButton Name=LeaveMatchButton
         StyleName="MidGameButton"
         OnClick=UT2MidGameMenu.InternalOnClick
         OnKeyEvent=LeaveMatchButton.InternalOnKeyEvent
     End Object
     Controls(3)=GUIButton'XInterface.UT2MidGameMenu.LeaveMatchButton'

     Begin Object Class=GUIButton Name=SettingsButton
         Caption="SETTINGS"
         StyleName="MidGameButton"
         OnClick=UT2MidGameMenu.InternalOnClick
         OnKeyEvent=SettingsButton.InternalOnKeyEvent
     End Object
     Controls(4)=GUIButton'XInterface.UT2MidGameMenu.SettingsButton'

     Begin Object Class=GUIButton Name=ChangeTeamButton
         Caption="CHANGE TEAM"
         StyleName="MidGameButton"
         OnClick=UT2MidGameMenu.InternalOnClick
         OnKeyEvent=ChangeTeamButton.InternalOnKeyEvent
     End Object
     Controls(5)=GUIButton'XInterface.UT2MidGameMenu.ChangeTeamButton'

     Begin Object Class=GUIButton Name=AddFavoriteButton
         Caption="ADD FAVORITE"
         StyleName="MidGameButton"
         OnClick=UT2MidGameMenu.InternalOnClick
         OnKeyEvent=AddFavoriteButton.InternalOnKeyEvent
     End Object
     Controls(6)=GUIButton'XInterface.UT2MidGameMenu.AddFavoriteButton'

     Begin Object Class=GUIButton Name=BrowserButton
         Caption="SERVER BROWSER"
         StyleName="MidGameButton"
         OnClick=UT2MidGameMenu.InternalOnClick
         OnKeyEvent=BrowserButton.InternalOnKeyEvent
     End Object
     Controls(7)=GUIButton'XInterface.UT2MidGameMenu.BrowserButton'

}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:24.593 - Created with UnCodeX