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
{
     TargetScoreString="Score Limit"
     LastBottomFeeders=True
     LastGoalScore=20
     Begin Object Class=moCheckBox Name=IARulesBottomFeeders
         ComponentJustification=TXTA_Left
         CaptionWidth=0.900000
         Caption="Bottom Feeder"
         OnCreateComponent=IARulesBottomFeeders.InternalOnCreateComponent
         Hint="When selected, bottom ranked player(s) can kill anyone."
         WinTop=0.714166
         WinLeft=0.050000
         WinWidth=0.400000
         WinHeight=0.040000
         OnChange=Tab_IAMutant.BottomFeedersChange
     End Object
     Controls(16)=moCheckBox'BonusPack.Tab_IAMutant.IARulesBottomFeeders'

}

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