| 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.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.LargeWindow
|
+-- ROInterface.ROGUIServerInfo
| Variables Summary | |
|---|---|
| GUITabControl | c_Tabs |
| array<string> | PanelCaption |
| array<string> | PanelClass |
| array<string> | PanelHint |
| GUIFooter | t_Footer |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | SetTitle ())) | |
| Variables Detail |
|---|
| Functions Detail |
|---|
InitComponent Source code
SetTitle Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=GUITabControl Name=ServerInfoTabs
bFillSpace=True
bDockPanels=True
TabHeight=0.040000
WinTop=0.070000
WinLeft=0.020000
WinWidth=0.960000
WinHeight=0.060000
bBoundToParent=True
bScaleToParent=True
bAcceptsInput=True
OnActivate=ServerInfoTabs.InternalOnActivate
End Object
c_Tabs=GUITabControl'ROInterface.ROGUIServerInfo.ServerInfoTabs'
Begin Object Class=GUIFooter Name=ServerInfoFooter
StyleName=
WinTop=0.950000
WinHeight=0.050000
End Object
t_Footer=GUIFooter'ROInterface.ROGUIServerInfo.ServerInfoFooter'
PanelClass(0)="GUI2K4.UT2K4Tab_ServerMOTD"
PanelClass(1)="GUI2K4.UT2K4Tab_ServerInfo"
PanelClass(2)="GUI2K4.UT2K4Tab_ServerMapList"
PanelCaption(0)="MOTD"
PanelCaption(1)="Rules"
PanelCaption(2)="Maps"
PanelHint(0)="Message of the Day"
PanelHint(1)="Game Rules"
PanelHint(2)="Map Rotation"
WindowName="Server Info"
bAllowedAsLast=True
WinTop=0.100000
WinHeight=0.800000
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||