| 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.UT2K3GUIPage
|
+-- XInterface.UT2AdminMenu
| Variables Summary | |
|---|---|
| Tab_AdminPlayerList | PlayerList |
| GUITabControl | TabC |
| Inherited Variables from XInterface.GUIPage |
|---|
| Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
| Functions Summary | ||
|---|---|---|
![]() | bool | ButtonClicked (GUIComponent Sender)) |
![]() | HandleParameters (string Param1, string Param2)) | |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
| Inherited Functions from XInterface.GUIPage |
|---|
| AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus |
| Variables Detail |
|---|
| Functions Detail |
|---|
ButtonClicked Source code
HandleParameters Source code
InitComponent Source code| Defaultproperties |
|---|
defaultproperties
{
bRequire640x480=False
bAllowedAsLast=True
Begin Object Class=GUIImage Name=AdminInfoBackground
Image=Texture'InterfaceContent.Menu.BorderBoxD'
ImageStyle=ISTY_Stretched
WinHeight=1.000000
bBoundToParent=True
bScaleToParent=True
bNeverFocus=True
End Object
Controls(0)=GUIImage'XInterface.UT2AdminMenu.AdminInfoBackground'
Begin Object Class=GUIImage Name=AdminInfoBackground2
Image=Texture'InterfaceContent.Menu.BorderBoxD'
ImageStyle=ISTY_Stretched
WinHeight=1.000000
bBoundToParent=True
bScaleToParent=True
bNeverFocus=True
End Object
Controls(1)=GUIImage'XInterface.UT2AdminMenu.AdminInfoBackground2'
Begin Object Class=GUITitleBar Name=AdminInfoHeader
Effect=FinalBlend'InterfaceContent.Menu.CO_Final'
Caption="Admin In-Game Menu"
StyleName="Header"
WinHeight=0.100000
bBoundToParent=True
bScaleToParent=True
End Object
Controls(2)=GUITitleBar'XInterface.UT2AdminMenu.AdminInfoHeader'
Begin Object Class=GUITitleBar Name=AdminInfoFooter
bUseTextHeight=False
StyleName="Footer"
WinTop=0.925000
WinHeight=0.075000
bBoundToParent=True
bScaleToParent=True
End Object
Controls(3)=GUITitleBar'XInterface.UT2AdminMenu.AdminInfoFooter'
Begin Object Class=GUIButton Name=AdminBackButton
Caption="Close"
StyleName="SquareMenuButton"
Hint="Close this menu"
WinTop=0.934167
WinLeft=0.868750
WinWidth=0.120000
WinHeight=0.055000
bBoundToParent=True
bScaleToParent=True
OnClick=UT2AdminMenu.ButtonClicked
OnKeyEvent=AdminBackButton.InternalOnKeyEvent
End Object
Controls(4)=GUIButton'XInterface.UT2AdminMenu.AdminBackButton'
Begin Object Class=GUITabControl Name=AdminInfoTabs
bDockPanels=True
TabHeight=0.040000
WinTop=0.100000
WinHeight=0.060000
bBoundToParent=True
bScaleToParent=True
bAcceptsInput=True
OnActivate=AdminInfoTabs.InternalOnActivate
End Object
Controls(5)=GUITabControl'XInterface.UT2AdminMenu.AdminInfoTabs'
WinTop=0.100000
WinLeft=0.020000
WinWidth=0.960000
WinHeight=0.800000
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||