| 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=moComboBox Name=WeaponSelect bReadOnly=Wahr bVerticalLayout=Wahr LabelJustification=TXTA_Center ComponentJustification=TXTA_Center ComponentWidth=0.250000 Caption="Choose the weapon to populate your Arena." OnCreateComponent=WeaponSelect.InternalOnCreateComponent WinTop=0.442760 WinLeft=0.255078 WinWidth=0.500782 WinHeight=0.126563 TabOrder=0 bStandardized=Falsch End Object co_Weapon=moComboBox'GUI2K4.UT2K4ArenaConfig.WeaponSelect' Begin Object Class=GUIButton Name=OkButton Caption="OK" WinTop=0.563333 WinLeft=0.400000 WinWidth=0.200000 TabOrder=1 OnClick=UT2K4ArenaConfig.InternalOnClick OnKeyEvent=OkButton.InternalOnKeyEvent End Object b_OK=GUIButton'GUI2K4.UT2K4ArenaConfig.OkButton' Begin Object Class=GUILabel Name=DialogText Caption="Weapon Arena" TextAlign=TXTA_Center FontScale=FNS_Large StyleName="TextLabel" WinTop=0.391667 WinHeight=0.058750 End Object l_Title=GUILabel'GUI2K4.UT2K4ArenaConfig.DialogText' } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||