Mostly Harmless

UE2:UT2InstantActionPage (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2InstantActionPage
Package: 
XInterface
This class in other games:
UT2004

Class: XInterface.UT2InstantActionPage Parent: XInterface.GUIPage

<Enter a description here>

Properties

BotConfigTabHint

Type: string

Modifiers: localized


Default value: "Configure any bots that will be in the session..."

BotConfigTabLabel

Type: string

Modifiers: localized


Default value: "Bot Config"

bSpectate

Type: bool


MainTabHint

Type: string

Modifiers: localized


Default value: "Choose the starting map and game type to play..."

MainTabLabel

Type: string

Modifiers: localized


Default value: "Select Map"

MapListTabHint

Type: string

Modifiers: localized


Default value: "Configure the list of maps to play..."

MapListTabLabel

Type: string

Modifiers: localized


Default value: "Map List"

MutatorTabHint

Type: string

Modifiers: localized


Default value: "Select and configure any mutators to use..."

MutatorTabLabel

Type: string

Modifiers: localized


Default value: "Mutators"

MyTabs

Type: GUITabControl


pBotConfig

Type: Tab_InstantActionBotConfig


PlayerTabHint

Type: string

Modifiers: localized


Default value: "Configure your UT2003 Avatar..."

PlayerTabLabel

Type: string

Modifiers: localized


Default value: "Player"

pMain

Type: Tab_InstantActionMain


pMapList

Type: Tab_InstantActionMapList


pMutators

Type: Tab_InstantActionMutators


pPlayerSetup

Type: Tab_PlayerSettings


pRules

Type: Tab_InstantActionBaseRules


RulesTabHint

Type: string

Modifiers: localized


Default value: "Configure the current game type..."

RulesTabLabel

Type: string

Modifiers: localized


Default value: "Game Rules"

Default values

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

IAPageBackButton

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

IAPageFooter

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

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

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

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

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

Events

ChangeHint

event ChangeHint (string NewHint)

Overrides: GUIPage.ChangeHint


Other instance functions

BackButtonClick

function bool BackButtonClick (GUIComponent Sender)


ChangeCustomBots

function ChangeCustomBots ()


ChangeGameType

function ChangeGameType ()


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


InternalOnClose

function InternalOnClose (optional bool bCanceled)


InternalOnReOpen

function InternalOnReOpen ()


PlayButtonClick

function bool PlayButtonClick (GUIComponent Sender)


SpecButtonClick

function bool SpecButtonClick (GUIComponent Sender)


TabChange

function TabChange (GUIComponent Sender)