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

GUI2K4.UT2K4InvasionWaveConfig

Extends
GUICustomPropertyPage

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

Variables Summary
intActiveWave
stringAIHint
stringDiffHint
stringDurationHint
GUIImagei_Background
GUIMultiOptionListBoxlb_Waves
GUIMultiOptionListli_waves
stringMaxInvaderHint
moNumericEditnu_Duration
moNumericEditnu_MaxMonster
moNumericEditnu_Wave
stringPropName
stringPropValue
moSlidersl_Diff
WaveInfoWaveCopy[16]
WaveMonsterWaveMonsters[16]
array<string>Waves
stringWaveText
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 InitComponent (GUIController MyController, GUIComponent MyOwner)
function InitDifficulty ()
function InitDuration ()
function InitializeList ()
function InitMaxMonsters ()
function InitWaveControls ()
function InternalOnChange (GUIComponent Sender)
function SetOwner (GUIComponent NewOwner)
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;

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;

PropName Source code

var string PropName;

PropValue Source code

var string PropValue;

sl_Diff Source code

var moSlider sl_Diff;

WaveCopy[16] Source code

var WaveInfo WaveCopy[16];

WaveMonsters[16] Source code

var WaveMonster WaveMonsters[16];

Waves Source code

var array<string> Waves;

WaveText Source code

var localized string WaveText;


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 ( )

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 )

SetOwner Source code

function SetOwner ( GUIComponent NewOwner )

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=UT2K4InvasionWaveConfig.InternalOnChange
     End Object
     nu_Wave=moNumericEdit'GUI2K4.UT2K4InvasionWaveConfig.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=UT2K4InvasionWaveConfig.InternalOnChange
     End Object
     lb_Waves=GUIMultiOptionListBox'GUI2K4.UT2K4InvasionWaveConfig.WavesList'

     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"
     WaveMonsters(0)=(mName="Pupae",Mask=1)
     WaveMonsters(1)=(mName="Razor Fly",Mask=2)
     WaveMonsters(2)=(mName="Manta",Mask=4)
     WaveMonsters(3)=(mName="Krall",Mask=8)
     WaveMonsters(4)=(mName="Elite Krall",Mask=16)
     WaveMonsters(5)=(mName="Gasbag",Mask=32)
     WaveMonsters(6)=(mName="Brute",Mask=64)
     WaveMonsters(7)=(mName="Skaarj",Mask=128)
     WaveMonsters(8)=(mName="Behemoth",Mask=256)
     WaveMonsters(9)=(mName="Ice Skaarj",Mask=512)
     WaveMonsters(10)=(mName="Fire Skaarj",Mask=1024)
     WaveMonsters(11)=(mName="Warlord",Mask=2048)
     WaveMonsters(12)=(mName="Pupae",Mask=4096)
     WaveMonsters(13)=(mName="Pupae",Mask=8192)
     WaveMonsters(14)=(mName="Razor Fly",Mask=16384)
     WaveMonsters(15)=(mName="Razor Fly",Mask=32768)
     DefaultLeft=0.050000
     DefaultWidth=0.900000
     bDrawFocusedLast=False
     WinLeft=0.050000
     WinWidth=0.900000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:22.562 - Created with UnCodeX