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

BonusPack.Tab_IAMutant

Extends
Tab_IADeathMatch

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K3TabPanel
                  |   
                  +-- XInterface.Tab_InstantActionBaseRules
                     |   
                     +-- XInterface.Tab_IADeathMatch
                        |   
                        +-- BonusPack.Tab_IAMutant

Variables Summary
boolLastBottomFeeders
moCheckBoxMyBottomFeeders
stringTargetScoreString
Inherited Variables from XInterface.Tab_IADeathMatch
GoalScoreText, LastAutoAdjustSkill
Inherited Variables from XInterface.Tab_InstantActionBaseRules
bLastWeaponThrowing, LastFriendlyFire, LastGameSpeed, LastGoalScore, LastMaxLives, LastTimeLimit, LastTranslocator, LastWeaponStay, MyBrightSkins, MyFriendlyFire, MyGameSpeed, MyGoalScore, MyMaxLives, MyTimeLimit, MyTranslocator, MyWeaponStay, MyWeaponThrowing, PercentText

Functions Summary
function BottomFeedersChange (GUIComponent Sender))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
functionstring Play ()))
Inherited Functions from XInterface.Tab_IADeathMatch
InitComponent, Play
Inherited Functions from XInterface.Tab_InstantActionBaseRules
BrightOnchange, InitComponent, InternalFriendlyFireDraw, InternalGameSpeedDraw, Play


Variables Detail

LastBottomFeeders Source code

var config bool LastBottomFeeders;

MyBottomFeeders Source code

var moCheckBox MyBottomFeeders;

TargetScoreString Source code

var localized string TargetScoreString;


Functions Detail

BottomFeedersChange Source code

function BottomFeedersChange ( GUIComponent Sender) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

Play Source code

function string Play ( ) )


Defaultproperties

defaultproperties
{
	Begin Object class=moCheckBox Name=IARulesBottomFeeders
		WinWidth=0.400000
		WinHeight=0.040000
		WinLeft=0.050000
		WinTop=0.714166
		Caption="Bottom Feeder"
		Hint="When selected, bottom ranked player(s) can kill anyone."
		bSquare=true
		ComponentJustification=TXTA_Left
		CaptionWidth=0.9
        OnChange=BottomFeedersChange
	End Object
	Controls(16)=moCheckBox'IARulesBottomFeeders'


	TargetScoreString="Score Limit"
	LastGoalScore=20
	LastBottomFeeders=true
}

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