Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

KFGui.KFWaveConfigMenu

Extends
GUICustomPropertyPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.LockedFloatingWindow
                        |   
                        +-- GUI2K4.GUICustomPropertyPage
                           |   
                           +-- KFGui.KFWaveConfigMenu

Variables Summary
intActiveWave
stringAIHint
stringDiffHint
stringDurationHint
GUIImagei_Background
GUIMultiOptionListBoxlb_Waves
GUIMultiOptionListli_waves
stringMaxInvaderHint
stringMonsterSquad[20]
floatnFov
moNumericEditnu_Duration
moNumericEditnu_MaxMonster
moNumericEditnu_Wave
vectoroffset
stringPropName
stringPropValue
moSlidersl_Diff
WaveInfoWaveCopy[20]
array<string>Waves
stringWaveText
KFWaveConfigMenu
SpinnyWeapInfoWeapon
Inherited Variables from GUI2K4.GUICustomPropertyPage
Item, Owner
Inherited Variables from GUI2K4.LockedFloatingWindow
b_Cancel, b_OK, EdgeBorder[4], sb_Main, SubCaption

Structures Summary
WaveInfo
WaveMask, WaveMaxMonsters, WaveDuration, WaveDifficulty
WaveMonster
MName, Mask

Functions Summary
function AssembleWaveString ()))
event Closed (GUIComponent Sender, bool bCancelled ))
function DisassembleWaveString ()))
functionstring GetDataString ()))
functionstring GetResult ()))
function HideSpinners ()))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function InitDifficulty ()))
function InitDuration ()))
function InitializeList ()))
function InitMaxMonsters ()))
function InitWaveControls ()))
function InternalOnChange (GUIComponent Sender))
event Opened (GUIComponent Sender))
function PostRenderWaveConfigMenu (Canvas Canvas))
function SetOwner (GUIComponent NewOwner ))
function ShowSpinners ()))
function UpdateWaveValues ()))
Inherited Functions from GUI2K4.GUICustomPropertyPage
GetKeyValue, GetOwner, GetReadOnly, GrabOption, ParseOption, SetOwner, SetReadOnly, Strip
Inherited Functions from GUI2K4.LockedFloatingWindow
AlignButtons, InitComponent, InternalOnClick, InternalOnCreateComponent


Variables Detail

ActiveWave Source code

var int ActiveWave;

AIHint Source code

var localized string AIHint;

DiffHint Source code

var localized string DiffHint;

DurationHint Source code

var localized string DurationHint;

i_Background Source code

var automated GUIImage i_Background;

lb_Waves Source code

var automated GUIMultiOptionListBox lb_Waves;

li_waves Source code

var GUIMultiOptionList li_waves;

MaxInvaderHint Source code

var localized string MaxInvaderHint;

MonsterSquad[20] Source code

var string MonsterSquad[20];

nFov Source code

var float nFov;

nu_Duration Source code

var moNumericEdit nu_Duration;

nu_MaxMonster Source code

var moNumericEdit nu_MaxMonster;

nu_Wave Source code

var automated moNumericEdit nu_Wave;

offset Source code

var vector offset;

PropName Source code

var string PropName;

PropValue Source code

var string PropValue;

sl_Diff Source code

var moSlider sl_Diff;

WaveCopy[20] Source code

var WaveInfo WaveCopy[20];

Waves Source code

var array<string> Waves;

WaveText Source code

var localized string WaveText;

KFWaveConfigMenu

InfoWeapon Source code

var(KFWaveConfigMenu) editinline editconst noexport SpinnyWeap InfoWeapon;


Structures Detail

WaveInfo Source code

struct WaveInfo
{
var float WaveDifficulty;
var byte WaveDuration;
var int WaveMask;
var byte WaveMaxMonsters;
};


WaveMonster Source code

struct WaveMonster
{
var int Mask;
var localized string MName;
};



Functions Detail

AssembleWaveString Source code

function AssembleWaveString ( ) )

Closed Source code

event Closed ( GUIComponent Sender, bool bCancelled ) )

DisassembleWaveString Source code

function DisassembleWaveString ( ) )

GetDataString Source code

function string GetDataString ( ) )

GetResult Source code

function string GetResult ( ) )

HideSpinners Source code

function HideSpinners ( ) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InitDifficulty Source code

function InitDifficulty ( ) )

InitDuration Source code

function InitDuration ( ) )

InitializeList Source code

function InitializeList ( ) )

InitMaxMonsters Source code

function InitMaxMonsters ( ) )

InitWaveControls Source code

function InitWaveControls ( ) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender) )

Opened Source code

event Opened ( GUIComponent Sender) )

PostRenderWaveConfigMenu Source code

function PostRenderWaveConfigMenu ( Canvas Canvas) )

SetOwner Source code

function SetOwner ( GUIComponent NewOwner ) )

ShowSpinners Source code

function ShowSpinners ( ) )

UpdateWaveValues Source code

function UpdateWaveValues ( ) )


Defaultproperties

defaultproperties
{
     Begin Object Class=moNumericEdit Name=WaveNumber
         MinValue=0
         MaxValue=15
         ComponentJustification=TXTA_Center
         CaptionWidth=0.100000
         ComponentWidth=0.300000
         Caption="Wave No."
         OnCreateComponent=WaveNumber.InternalOnCreateComponent
         Hint="Select the wave 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=KFWaveConfigMenu.InternalOnChange
     End Object
     nu_Wave=moNumericEdit'KFGui.KFWaveConfigMenu.WaveNumber'


     Begin Object Class=GUIMultiOptionListBox Name=WavesList
         NumColumns=3
         bVisibleWhenEmpty=True
         OnCreateComponent=WavesList.InternalOnCreateComponent
         WinTop=0.150608
         WinLeft=0.007500
         WinWidth=0.983750
         WinHeight=0.698149
         TabOrder=1
         bBoundToParent=True
         bScaleToParent=True
         OnChange=KFWaveConfigMenu.InternalOnChange
     End Object
     lb_Waves=GUIMultiOptionListBox'KFGui.KFWaveConfigMenu.WavesList'


     nfov=65.000000
     offset=(X=50.000000,Y=-20.000000)
     DiffHint="How hard should this wave be."
     DurationHint="How long should this wave last."
     MaxInvaderHint="What is the maximum number of monsters to spawn for this wave."
     AIHint="Allow/Disallow this monster"
     MonsterSquad(0)="4A2G"
     MonsterSquad(1)="3A2D1G"
     MonsterSquad(2)="2A2D1C1G"
     MonsterSquad(3)="3A2C1G"
     MonsterSquad(4)="3B1C2D"
     MonsterSquad(5)="6B"
     MonsterSquad(6)="2A2D1G1E"
     MonsterSquad(7)="3D2E1H"
     DefaultLeft=0.050000
     DefaultWidth=0.900000
     bDrawFocusedLast=False
     WinLeft=0.050000
     WinWidth=0.900000
     OnRendered=KFWaveConfigMenu.PostRenderWaveConfigMenu
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:47.844 - Created with UnCodeX