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
		WinWidth=0.250000
		WinHeight=0.060000
		WinLeft=0.605469
		WinTop=0.823138
		Caption="Initial Wave"
		Hint="Choose the initial wave."
		CaptionWidth=0.5
		MinValue=1
		MaxValue=16
        OnChange=WaveChange
	End Object
	Controls(16)=moNumericEdit'IAInvasionInitialWave'


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



}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:24.059 - Created with UnCodeX