Gah - a solution with more questions. – EntropicLqd
UE2:UT2ArenaConfig (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> UT2ArenaConfig |
- Package:
- XInterface
- This class in other games:
- UT2003
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties[edit]
WeaponClass[edit]
WeaponCombo[edit]
Type: moComboBox
WeaponDesc[edit]
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 |
|
||||||||||
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 |
|
||||||||||
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 |
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)