I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:UT2ArenaConfig (UT2004)

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

null

Properties

WeaponClass

Type: array<class<Weapon> >


WeaponCombo

Type: moComboBox


WeaponDesc

Type: array<string>


Default values

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

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

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


Other instance functions

InternalOnClick

function bool InternalOnClick (GUIComponent Sender)