I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:UT2InstantActionPage (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> UT2InstantActionPage |
Contents
- 1 Properties
- 1.1 BotConfigTabHint
- 1.2 BotConfigTabLabel
- 1.3 bSpectate
- 1.4 MainTabHint
- 1.5 MainTabLabel
- 1.6 MapListTabHint
- 1.7 MapListTabLabel
- 1.8 MutatorTabHint
- 1.9 MutatorTabLabel
- 1.10 MyTabs
- 1.11 pBotConfig
- 1.12 PlayerTabHint
- 1.13 PlayerTabLabel
- 1.14 pMain
- 1.15 pMapList
- 1.16 pMutators
- 1.17 pPlayerSetup
- 1.18 pRules
- 1.19 RulesTabHint
- 1.20 RulesTabLabel
- 1.21 Default values
- 1.22 Subobjects
- 2 Functions
- Package:
- XInterface
- This class in other games:
- UT2003
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. |
Class: XInterface.UT2InstantActionPage Parent: XInterface.GUIPage
<Enter a description here>
Properties[edit]
BotConfigTabHint[edit]
Type: string
Modifiers: localized
Default value: "Configure any bots that will be in the session..."
BotConfigTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Bot Config"
bSpectate[edit]
Type: bool
MainTabHint[edit]
Type: string
Modifiers: localized
Default value: "Choose the starting map and game type to play..."
MainTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Select Map"
MapListTabHint[edit]
Type: string
Modifiers: localized
Default value: "Configure the list of maps to play..."
MapListTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Map List"
MutatorTabHint[edit]
Type: string
Modifiers: localized
Default value: "Select and configure any mutators to use..."
MutatorTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Mutators"
MyTabs[edit]
Type: GUITabControl
pBotConfig[edit]
Type: Tab_InstantActionBotConfig
PlayerTabHint[edit]
Type: string
Modifiers: localized
Default value: "Configure your UT2003 Avatar..."
PlayerTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Player"
pMain[edit]
Type: Tab_InstantActionMain
pMapList[edit]
Type: Tab_InstantActionMapList
pMutators[edit]
Type: Tab_InstantActionMutators
pPlayerSetup[edit]
Type: Tab_PlayerSettings
pRules[edit]
Type: Tab_InstantActionBaseRules
RulesTabHint[edit]
Type: string
Modifiers: localized
Default value: "Configure the current game type..."
RulesTabLabel[edit]
Type: string
Modifiers: localized
Default value: "Game Rules"
Default values[edit]
Property | Value |
---|---|
Background | Material'InterfaceContent.Backgrounds.bg09' |
Controls[0] | GUITitleBar'IAPageHeader' |
Controls[1] | GUITabControl'IAPageTabs' |
Controls[2] | GUITitleBar'IAPageFooter' |
Controls[3] | GUIButton'IAPagePlayButton' |
Controls[4] | GUIButton'IAPageBackButton' |
Controls[5] | GUIButton'IAPageSpecButton' |
OnClose | InternalOnClose |
OnReOpen | InternalOnReOpen; |
WinHeight | 1.0 |
Subobjects[edit]
IAPageBackButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "BACK" |
Hint | "Return to Previous Menu" |
OnClick | BackButtonClick |
StyleName | "SquareMenuButton" |
WinHeight | 0.055 |
WinLeft | 0.0 |
WinTop | 0.93 |
WinWidth | 0.12 |
[edit]
Class: XInterface.GUITitleBar
Property | Value |
---|---|
bUseTextHeight | False |
Justification | TXTA_Center |
StyleName | "Footer" |
WinHeight | 0.055 |
WinLeft | 0.12 |
WinTop | 0.93 |
WinWidth | 0.635 |
IAPageHeader[edit]
Class: XInterface.GUITitleBar
Property | Value |
---|---|
Caption | "Instant Action" |
Effect | Material'CO_Final' |
StyleName | "Header" |
WinHeight | 46.0 |
WinLeft | 0.0 |
WinTop | 0.036406 |
WinWidth | 1.0 |
IAPagePlayButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "PLAY" |
Hint | "Start a Match With These Settings" |
OnClick | PlayButtonClick |
StyleName | "SquareMenuButton" |
WinHeight | 0.055 |
WinLeft | 0.88 |
WinTop | 0.93 |
WinWidth | 0.12 |
IAPageSpecButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "SPECTATE" |
Hint | "Spectate a Match With These Settings" |
OnClick | SpecButtonClick |
StyleName | "SquareMenuButton" |
WinHeight | 0.055 |
WinLeft | 0.758125 |
WinTop | 0.93 |
WinWidth | 0.12 |
IAPageTabs[edit]
Class: XInterface.GUITabControl
Property | Value |
---|---|
bAcceptsInput | True |
OnChange | TabChange; |
TabHeight | 0.04 |
WinHeight | 48.0 |
WinLeft | 0.0 |
WinTop | 0.25 |
WinWidth | 1.0 |
Functions[edit]
Events[edit]
ChangeHint[edit]
Overrides: GUIPage.ChangeHint
InitComponent[edit]
Overrides: GUIPage.InitComponent