There is no spoon
UE2:UT2AdminMenu (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2AdminMenu |
Contents
- Package:
- XInterface
- This class in other games:
- UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
(C) 2002, Epic Games
Properties[edit]
PlayerList[edit]
Type: Tab_AdminPlayerList
TabC[edit]
Type: GUITabControl
Default values[edit]
Property | Value |
---|---|
bAllowedAsLast | True |
bRequire640x480 | False |
Controls[0] | GUIImage'AdminInfoBackground' |
Controls[1] | GUIImage'AdminInfoBackground2' |
Controls[2] | GUITitleBar'AdminInfoHeader' |
Controls[3] | GUITitleBar'AdminInfoFooter' |
Controls[4] | GUIButton'AdminBackButton' |
Controls[5] | GUITabControl'AdminInfoTabs' |
WinHeight | 0.8 |
WinLeft | 0.02 |
WinTop | 0.1 |
WinWidth | 0.96 |
Subobjects[edit]
AdminBackButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
Caption | "Close" |
Hint | "Close this menu" |
OnClick | ButtonClicked |
StyleName | "SquareMenuButton" |
WinHeight | 0.055 |
WinLeft | 0.86875 |
WinTop | 0.934167 |
WinWidth | 0.12 |
AdminInfoBackground[edit]
Class: XInterface.GUIImage
Property | Value |
---|---|
bAcceptsInput | False |
bBoundToParent | True |
bNeverFocus | True |
bScaleToParent | True |
Image | Material'InterfaceContent.Menu.BorderBoxD' |
ImageStyle | ISTY_Stretched |
WinHeight | 1.0 |
WinLeft | 0.0 |
WinTop | 0.0 |
WinWidth | 1.0 |
AdminInfoBackground2[edit]
Class: XInterface.GUIImage
Property | Value |
---|---|
bAcceptsInput | False |
bBoundToParent | True |
bNeverFocus | True |
bScaleToParent | True |
Image | Material'InterfaceContent.Menu.BorderBoxD' |
ImageStyle | ISTY_Stretched |
WinHeight | 1.0 |
WinLeft | 0.0 |
WinTop | 0.0 |
WinWidth | 1.0 |
[edit]
Class: XInterface.GUITitleBar
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
bUseTextHeight | False |
Justification | TXTA_Center |
StyleName | "Footer" |
WinHeight | 0.075 |
WinLeft | 0.0 |
WinTop | 0.925 |
WinWidth | 1.0 |
AdminInfoHeader[edit]
Class: XInterface.GUITitleBar
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
Caption | "Admin In-Game Menu" |
Effect | Material'CO_Final' |
Justification | TXTA_Center |
StyleName | "Header" |
WinHeight | 0.1 |
WinLeft | 0.0 |
WinTop | 0.0 |
WinWidth | 1.0 |
AdminInfoTabs[edit]
Class: XInterface.GUITabControl
Property | Value |
---|---|
bAcceptsInput | True |
bBoundToParent | True |
bDockPanels | True |
bScaleToParent | True |
TabHeight | 0.04 |
WinHeight | 0.06 |
WinLeft | 0.0 |
WinTop | 0.1 |
WinWidth | 1.0 |
Functions[edit]
Events[edit]
ChangeHint[edit]
event ChangeHint (string NewHint)
Overrides: GUIPage.ChangeHint
HandleParameters[edit]
Overrides: GUIPage.HandleParameters
Other instance functions[edit]
ButtonClicked[edit]
function bool ButtonClicked (GUIComponent Sender)
InitComponent[edit]
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPage.InitComponent