The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:UT2ArenaConfig (UT2003)

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

null

Properties[edit]

WeaponClass[edit]

Type: array<class<Weapon> >


WeaponCombo[edit]

Type: moComboBox


WeaponDesc[edit]

Type: array<string>


Default values[edit]

Property Value
Controls[0] GUIButton'DialogBackground'
Controls[1] GUIButton'OkButton'
Controls[2] GUILabel'DialogText'
Controls[3] GUILabel'DialogText2'
Controls[4] moComboBox'WeaponSelect'
WinHeight 0.4
WinTop 0.3

Subobjects[edit]

DialogBackground[edit]

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[edit]

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[edit]

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[edit]

Class: XInterface.GUIButton

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

WeaponSelect[edit]

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[edit]

InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)