| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.MessageWindow
|
+-- GUI2K4.BlackoutWindow
|
+-- GUI2K4.UT2K4ArenaConfig
| Variables Summary | |
|---|---|
| GUIButton | b_OK |
| moComboBox | co_Weapon |
| GUILabel | l_Title |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | bool | InternalOnClick (GUIComponent Sender)) |
| Variables Detail |
|---|
| Functions Detail |
|---|
InitComponent Source code
InternalOnClick Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=GUIButton Name=OkButton
Caption="OK"
WinWidth=0.200000
WinHeight=0.040000
WinLeft=0.400000
WinTop=0.563333
OnClick=InternalOnClick
TabOrder=1
End Object
b_Ok=OKButton
Begin Object class=GUILabel Name=DialogText
Caption="Weapon Arena"
TextAlign=TXTA_Center
StyleName="TextLabel"
FontScale=FNS_Large
WinWidth=1.000000
WinHeight=0.058750
WinLeft=0.000000
WinTop=0.391667
End Object
Begin Object class=moComboBox Name=WeaponSelect
WinWidth=0.500782
WinHeight=0.126563
WinLeft=0.255078
WinTop=0.442760
bStandardized=false
Caption="Choose the weapon to populate your Arena."
LabelJustification=TXTA_Center
ComponentJustification=TXTA_Center
ComponentWidth=0.25
bReadOnly=true
bVerticalLayout=True
TabOrder=0
End Object
l_Title=DialogText
co_Weapon=WeaponSelect
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||