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

XInterface.UT2ServerInfo

Extends
GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2ServerInfo

Variables Summary
MidGame
array<string>PanelCaption
array<string>PanelClass
array<string>PanelHint
GUITabControlTabC
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Functions Summary
functionbool ButtonClicked (GUIComponent Sender))
event ChangeHint (string NewHint))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
functionbool NotifyLevelChange ()))
function SetTitle ()))
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus
Inherited Functions from XInterface.GUIMultiComponent
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility


Variables Detail

MidGame

PanelCaption Source code

var(MidGame) localized array<string> PanelCaption;

PanelClass Source code

var(MidGame) config array<string> PanelClass;

PanelHint Source code

var(MidGame) localized array<string> PanelHint;

TabC Source code

var(MidGame) editconst noexport GUITabControl TabC;


Functions Detail

ButtonClicked Source code

function bool ButtonClicked ( GUIComponent Sender) )

ChangeHint Source code

event ChangeHint ( string NewHint) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

NotifyLevelChange Source code

function bool NotifyLevelChange ( ) )

SetTitle Source code

function SetTitle ( ) )


Defaultproperties

defaultproperties
{
    Begin Object Class=GUIImage name=ServerInfoBackground
        bAcceptsInput=false
        bNeverFocus=true
        Image=Material'InterfaceContent.Menu.BorderBoxD'
        ImageStyle=ISTY_Stretched
        WinWidth=1
        WinLeft=0
        WinHeight=1
        WinTop=0
        bBoundToParent=true
        bScaleToParent=true
    End Object
    Controls(0)=GUIImage'ServerInfoBackground'


    Begin Object class=GUITitleBar name=ServerInfoHeader
        Caption=""
        StyleName="Header"
        Justification=TXTA_Center
        WinWidth=1
        WinHeight=0.1
        WinLeft=0
        WinTop=0
        bBoundToParent=true
        bScaleToParent=true
        Effect=material'CO_Final'
    End Object
    Controls(1)=GUITitleBar'ServerInfoHeader'


    Begin Object class=GUIFooter name=ServerInfoFooter
        WinWidth=1
        WinHeight=0.075
        WinLeft=0
        WinTop=0.925
        StyleName="Footer"

        bBoundToParent=true
        bScaleToParent=true
    End Object
    Controls(2)=GUIFooter'ServerInfoFooter'


    Begin Object Class=GUIButton Name=ServerBackButton
        Caption="Close"
        Hint="Close this menu"
        WinWidth=0.120000
        WinHeight=0.055000
        WinLeft=0.848750
        WinTop=0.934167
        bBoundToParent=true
        bScaleToParent=true
        OnClick=ButtonClicked
    End Object
    Controls(3)=GUIButton'ServerBackButton'


    Begin Object Class=GUITabControl Name=ServerInfoTabs
		WinWidth=0.974999
		WinHeight=0.060000
		WinLeft=0.012500
		WinTop=0.083333
        TabHeight=0.045
        bAcceptsInput=true
        bDockPanels=true
        bBoundToParent=true
        bScaleToParent=true
        bFillSpace=True
    End Object
    Controls(4)=GUITabControl'ServerInfoTabs'



    bRequire640x480=false
    bAllowedAsLast=true
    WinLeft=0.2
    WinWidth=0.6
    WinTop=0.1
    WinHeight=0.8


	PanelClass(0)="XInterface.Tab_ServerMOTD"
	PanelClass(1)="XInterface.Tab_ServerInfo"
	PanelClass(2)="XInterface.Tab_ServerMapList"


	PanelCaption(0)="MOTD"
	PanelCaption(1)="Rules"
	PanelCaption(2)="Maps"


    PanelHint(0)="Message of the Day"
    PanelHint(1)="Game Rules"
    PanelHint(2)="Map Rotation"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:28.423 - Created with UnCodeX