I'm a doctor, not a mechanic

UE2:UT2K4ArenaConfig (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
GUI2K4

null

Properties[edit]

b_OK[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'OkButton'

co_Weapon[edit]

Type: moComboBox

Modifiers: automated


Default value: moComboBox'WeaponSelect'

l_Title[edit]

Type: GUILabel

Modifiers: automated


Default value: GUILabel'DialogText'

Subobjects[edit]

DialogText[edit]

Class: XInterface.GUILabel

Property Value
Caption "Weapon Arena"
FontScale FNS_Large
StyleName "TextLabel"
TextAlign TXTA_Center
WinHeight 0.05875
WinLeft 0.0
WinTop 0.391667
WinWidth 1.0

OkButton[edit]

Class: XInterface.GUIButton

Property Value
Caption "OK"
OnClick InternalOnClick
TabOrder 1
WinHeight 0.04
WinLeft 0.4
WinTop 0.563333
WinWidth 0.2

WeaponSelect[edit]

Class: XInterface.moComboBox

Property Value
bReadOnly True
bStandardized False
bVerticalLayout True
Caption "Choose the weapon to populate your Arena."
ComponentJustification TXTA_Center
ComponentWidth 0.25
LabelJustification TXTA_Center
TabOrder 0
WinHeight 0.126563
WinLeft 0.255078
WinTop 0.44276
WinWidth 0.500782

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


Other instance functions[edit]

InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)