UE2:UT2ArenaConfig (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2ArenaConfig
Package:
XInterface
This class in other games:

null

Properties

WeaponClass

Type: array<class<Weapon> >


WeaponCombo

Type: moComboBox


WeaponDesc

Type: array<string>


Default values

Subobjects

DialogBackground

Class: XInterface.GUIButton

Property Value
bAcceptsInput False
bBoundToParent True
bNeverFocus True
bScaleToParent True
StyleName "ComboListBox"
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

DialogText

Class: XInterface.GUILabel

Property Value
Caption "Weapon Arena"
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 0
G 180
R 220
TextFont "UT2HeaderFont"
WinHeight 32.0
WinLeft 0.0
WinTop 0.325
WinWidth 1.0

DialogText2

Class: XInterface.GUILabel

Property Value
Caption "Choose the weapon to populate your Arena."
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 0
G 180
R 220
TextFont "UT2MenuFont"
WinHeight 32.0
WinLeft 0.0
WinTop 0.390626
WinWidth 1.0

OkButton

Class: XInterface.GUIButton

Property Value
Caption "OK"
OnClick InternalOnClick
WinHeight 0.04
WinLeft 0.4
WinTop 0.6
WinWidth 0.2

WeaponSelect

Class: XInterface.moComboBox

Property Value
bReadOnly True
Caption "Weapon"
CaptionWidth 0.3
ComponentJustification TXTA_Left
IniOption "@INTERNAL"
WinHeight 0.04
WinLeft 0.29375
WinTop 0.467448
WinWidth 0.431641

Instance functions

InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)