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

XInterface.Tab_IADeathMatch

Extends
Tab_InstantActionBaseRules

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

Direct Known Subclasses:

Tab_IALastManStanding, Tab_IAMutant, Tab_IATeamDeathMatch

Variables Summary
stringGoalScoreText
boolLastAutoAdjustSkill
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 InitComponent (GUIController MyController, GUIComponent MyOwner)
functionstring Play ()
Inherited Functions from XInterface.Tab_InstantActionBaseRules
BrightOnchange, InitComponent, InternalFriendlyFireDraw, InternalGameSpeedDraw, Play


Variables Detail

GoalScoreText Source code

var localized string GoalScoreText;

LastAutoAdjustSkill Source code

var config bool LastAutoAdjustSkill;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

Play Source code

function string Play ( )


Defaultproperties

defaultproperties
{
     GoalScoreText="Frag Limit"
     Begin Object Class=GUIImage Name=IARulesBK4
         Image=Texture'InterfaceContent.Menu.BorderBoxD'
         ImageColor=(A=160)
         ImageStyle=ISTY_Stretched
         WinTop=0.785430
         WinLeft=0.021641
         WinWidth=0.957500
         WinHeight=0.156016
     End Object
     Controls(14)=GUIImage'XInterface.Tab_IADeathMatch.IARulesBK4'

     Begin Object Class=moCheckBox Name=IARulesAutoAdjustSkill
         ComponentJustification=TXTA_Left
         CaptionWidth=0.900000
         Caption="Auto-Adjust Skill"
         OnCreateComponent=IARulesAutoAdjustSkill.InternalOnCreateComponent
         Hint="When enabled, bots will adjust their skill to match yours."
         WinTop=0.858295
         WinLeft=0.375000
         WinWidth=0.250000
         WinHeight=0.156016
     End Object
     Controls(15)=moCheckBox'XInterface.Tab_IADeathMatch.IARulesAutoAdjustSkill'

}

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