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

SkaarjPack.TAB_IAInvasion

Extends
Tab_IATeamDeathMatch

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K3TabPanel
                  |   
                  +-- XInterface.Tab_InstantActionBaseRules
                     |   
                     +-- XInterface.Tab_IADeathMatch
                        |   
                        +-- XInterface.Tab_IATeamDeathMatch
                           |   
                           +-- SkaarjPack.TAB_IAInvasion

Variables Summary
Inherited Variables from XInterface.Tab_IADeathMatch
GoalScoreText, LastAutoAdjustSkill

Functions Summary
functionbool ConfigClicked (GUIComponent Sender)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function WaveChange (GUIComponent Sender)
Inherited Functions from XInterface.Tab_IADeathMatch
InitComponent, Play


Functions Detail

ConfigClicked Source code

function bool ConfigClicked ( GUIComponent Sender )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

WaveChange Source code

function WaveChange ( GUIComponent Sender )


Defaultproperties

defaultproperties
{
     Begin Object Class=moNumericEdit Name=IAInvasionInitialWave
         MinValue=1
         MaxValue=16
         Caption="Initial Wave"
         OnCreateComponent=IAInvasionInitialWave.InternalOnCreateComponent
         Hint="Choose the initial wave."
         WinTop=0.823138
         WinLeft=0.605469
         WinWidth=0.250000
         WinHeight=0.060000
         OnChange=TAB_IAInvasion.WaveChange
     End Object
     Controls(16)=moNumericEdit'SkaarjPack.TAB_IAInvasion.IAInvasionInitialWave'

     Begin Object Class=GUIButton Name=IAInvasionWaveConfig
         Caption="Configure Waves"
         StyleName="SquareMenuButton"
         WinTop=0.932031
         WinLeft=0.383789
         WinWidth=0.231250
         WinHeight=0.068750
         OnClick=TAB_IAInvasion.ConfigClicked
         OnKeyEvent=IAInvasionWaveConfig.InternalOnKeyEvent
     End Object
     Controls(17)=GUIButton'SkaarjPack.TAB_IAInvasion.IAInvasionWaveConfig'

}

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