| 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.FloatingWindow
|
+-- GUI2K4.LockedFloatingWindow
|
+-- GUI2K4.GUICustomPropertyPage
|
+-- KFGui.KFInvClassConfig
| Variables Summary | |
|---|---|
| GUIImage | i_Background |
| GUIMultiOptionListBox | lb_Waves |
| GUIMultiOptionList | li_waves |
| string | MonsterClassConfigTitle |
| array<string> | MonsterClasses |
| array<moEditBox> | MTxtBoxes |
| Inherited Variables from GUI2K4.GUICustomPropertyPage |
|---|
| Item, Owner |
| Inherited Variables from GUI2K4.LockedFloatingWindow |
|---|
| b_Cancel, b_OK, EdgeBorder[4], sb_Main, SubCaption |
| Functions Summary | ||
|---|---|---|
![]() | Closed (GUIComponent Sender, bool bCancelled )) | |
![]() | string | GetDataString ())) |
![]() | string | GetIDName (int Num )) |
![]() | string | GetResult ())) |
![]() | InitActiveClasses ())) | |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | InitializeList ())) | |
![]() | InternalOnChange (GUIComponent Sender)) | |
![]() | SetOwner (GUIComponent NewOwner )) | |
| Inherited Functions from GUI2K4.GUICustomPropertyPage |
|---|
| GetKeyValue, GetOwner, GetReadOnly, GrabOption, ParseOption, SetOwner, SetReadOnly, Strip |
| Inherited Functions from GUI2K4.LockedFloatingWindow |
|---|
| AlignButtons, InitComponent, InternalOnClick, InternalOnCreateComponent |
| Variables Detail |
|---|
| Functions Detail |
|---|
Closed Source code
GetDataString Source code
GetIDName Source code
GetResult Source code
InitActiveClasses Source code
InitComponent Source code
InitializeList Source code
InternalOnChange Source code
SetOwner Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=GUIMultiOptionListBox Name=WavesList
bVisibleWhenEmpty=True
OnCreateComponent=WavesList.InternalOnCreateComponent
WinTop=0.150608
WinLeft=0.007500
WinWidth=0.983750
WinHeight=0.698149
TabOrder=1
bBoundToParent=True
bScaleToParent=True
OnChange=KFInvClassConfig.InternalOnChange
End Object
lb_Waves=GUIMultiOptionListBox'KFGui.KFInvClassConfig.WavesList'
MonsterClassConfigTitle="Killing Floor Monster Classlist config page"
DefaultLeft=0.050000
DefaultWidth=0.900000
bDrawFocusedLast=False
WinLeft=0.050000
WinWidth=0.900000
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||