| 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.KFInvSquadConfig
| Variables Summary | |
|---|---|
| int | ActiveSquad |
| GUIImage | i_Background |
| GUIMultiOptionListBox | lb_Waves |
| GUIMultiOptionList | li_waves |
| moNumericEdit | nu_Wave |
| string | SquadConfigTitle |
| array<WaveMonsterType> | SquadMonsters |
| array<WMCount> | Squads |
| Inherited Variables from GUI2K4.GUICustomPropertyPage |
|---|
| Item, Owner |
| Inherited Variables from GUI2K4.LockedFloatingWindow |
|---|
| b_Cancel, b_OK, EdgeBorder[4], sb_Main, SubCaption |
| Structures Summary | ||
|---|---|---|
| WaveMonsterType MName, MID, MonsterCount | ||
| WMCount MCount | ||
| Functions Summary | ||
|---|---|---|
![]() | Closed (GUIComponent Sender, bool bCancelled )) | |
![]() | string | GetDataString ())) |
![]() | string | GetMonsterName (string InS )) |
![]() | string | GetResult ())) |
![]() | InitActiveClasses ())) | |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | InitializeList ())) | |
![]() | InternalOnChange (GUIComponent Sender)) | |
![]() | SetOwner (GUIComponent NewOwner )) | |
![]() | UpdateSquadValues ())) | |
| Inherited Functions from GUI2K4.GUICustomPropertyPage |
|---|
| GetKeyValue, GetOwner, GetReadOnly, GrabOption, ParseOption, SetOwner, SetReadOnly, Strip |
| Inherited Functions from GUI2K4.LockedFloatingWindow |
|---|
| AlignButtons, InitComponent, InternalOnClick, InternalOnCreateComponent |
| Variables Detail |
|---|
| Structures Detail |
|---|
| Functions Detail |
|---|
Closed Source code
GetDataString Source code
GetMonsterName Source code
GetResult Source code
InitActiveClasses Source code
InitComponent Source code
InitializeList Source code
InternalOnChange Source code
SetOwner Source code
UpdateSquadValues Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=moNumericEdit Name=WaveNumber
MinValue=0
MaxValue=30
ComponentJustification=TXTA_Center
CaptionWidth=0.100000
ComponentWidth=0.300000
Caption="Squad No."
OnCreateComponent=WaveNumber.InternalOnCreateComponent
Hint="Select the squad you'd like to configure"
WinTop=0.092990
WinLeft=0.407353
WinWidth=0.220000
WinHeight=0.042857
RenderWeight=0.700000
bBoundToParent=True
bScaleToParent=True
OnChange=KFInvSquadConfig.InternalOnChange
End Object
nu_Wave=moNumericEdit'KFGui.KFInvSquadConfig.WaveNumber'
Begin Object Class=GUIMultiOptionListBox Name=WavesList
NumColumns=2
bVisibleWhenEmpty=True
OnCreateComponent=WavesList.InternalOnCreateComponent
WinTop=0.150608
WinLeft=0.007500
WinWidth=0.983750
WinHeight=0.698149
TabOrder=1
bBoundToParent=True
bScaleToParent=True
OnChange=KFInvSquadConfig.InternalOnChange
End Object
lb_Waves=GUIMultiOptionListBox'KFGui.KFInvSquadConfig.WavesList'
SquadConfigTitle="Killing Floor Squad 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 | |||||