| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K3TabPanel
|
+-- XInterface.Browser_Page
|
+-- XInterface.Browser_MOTD
| Variables Summary | |
|---|---|
| bool | GotMOTD |
| String | MOTD |
| GUIScrollTextBox | MOTDTextBox |
| MasterServerClient | MSC |
| bool | MustUpgrade |
| float | ReReadyPause |
| GUITitleBar | StatusBar |
| GUIButton | UpgradeButton |
| string | VersionString |
| Inherited Variables from XInterface.Browser_Page |
|---|
| AuthFailString, Browser, ConnFailString, ConnTimeoutString, PageCaption, QueryCompleteString, ReadyString, RefreshCompleteString, StartQueryString |
| Functions Summary | ||
|---|---|---|
![]() | bool | BackClick (GUIComponent Sender)) |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | MyQueryFinished (MasterServerClient.EResponseInfo ResponseInfo, int Info )) | |
![]() | MyReceivedMOTDData (MasterServerClient.EMOTDResponse Command, string Data )) | |
![]() | OnCloseBrowser ())) | |
![]() | bool | RefreshClick (GUIComponent Sender)) |
![]() | Timer ())) | |
![]() | bool | UpgradeClick (GUIComponent Sender)) |
| Inherited Functions from XInterface.Browser_Page |
|---|
| OnCloseBrowser |
| Variables Detail |
|---|
| Functions Detail |
|---|
BackClick Source code
InitComponent Source code
MyQueryFinished Source code
MyReceivedMOTDData Source code
OnCloseBrowser Source code
RefreshClick Source code
Timer Source code
UpgradeClick Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object class=GUIScrollTextBox Name=MyMOTDText
TextAlign=TXTA_Left
WinWidth=0.9
WinHeight=0.8
WinLeft=0.05
WinTop=0.048
CharDelay=0.004
EOLDelay=0.1
bNeverFocus=true
bAcceptsInput=true
End Object
Controls(0)=MyMOTDText
Begin Object Class=GUIButton Name=MyBackButton
Caption="BACK"
StyleName="SquareMenuButton"
WinWidth=0.2
WinLeft=0
WinTop=0
WinHeight=0.5
End Object
Begin Object Class=GUIButton Name=MyRefreshButton
Caption="REFRESH"
StyleName="SquareMenuButton"
WinWidth=0.2
WinLeft=0.2
WinTop=0
WinHeight=0.5
End Object
Begin Object Class=GUIButton Name=MyUpgradeButton
Caption="UPGRADE"
StyleName="SquareMenuButton"
WinWidth=0.2
WinLeft=0.8
WinTop=0
WinHeight=0.5
bVisible=false
End Object
Begin Object class=GUITitleBar name=MyStatus
WinWidth=1
WinHeight=0.5
WinLeft=0
WinTop=0.5
StyleName="SquareBar"
Caption=""
bUseTextHeight=false
Justification=TXTA_Left
End Object
Begin Object Class=GUIPanel Name=FooterPanel
Controls(0)=MyBackButton
Controls(1)=MyRefreshButton
Controls(2)=MyUpgradeButton
Controls(3)=MyStatus
WinWidth=1
WinHeight=0.1
WinLeft=0
WinTop=0.9
End Object
Controls(1)=FooterPanel
Begin Object class=GUILabel Name=VersionNum
Caption=""
TextALign=TXTA_Right
TextColor=(R=100,G=100,B=160,A=255)
WinWidth=0.500000
WinHeight=0.040000
WinLeft=0.495000
WinTop=0.0025
End Object
Controls(2)=GUILabel'VersionNum'
ReReadyPause=2.0
VersionString="Ver."
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||