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

UTMenu.UTTeamRCWindow

Extends
UTRulesCWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UWindow.UWindowPageWindow
               |   
               +-- UMenu.UMenuPageWindow
                  |   
                  +-- UMenu.UMenuGameRulesBase
                     |   
                     +-- UTMenu.UTRulesCWindow
                        |   
                        +-- UTMenu.UTTeamRCWindow

Direct Known Subclasses:

UTAssaultRulesCW

Variables Summary
UWindowCheckboxBalancePlayersCheck
stringBalancePlayersHelp
stringBalancePlayersText
stringFFHelp
UWindowHSliderControlFFSlider
stringFFText
intMaxAllowedTeams
UWindowEditControlMaxTeamsEdit
stringMaxTeamsHelp
stringMaxTeamsText
UWindowEditControlTeamScoreEdit
stringTeamScoreHelp
stringTeamScoreText
Inherited Variables from UTMenu.UTRulesCWindow
ForceRespawnCheck, ForceRespawnHelp, ForceRespawnText, TourneyCheck, TourneyHelp, TourneyText
Inherited Variables from UMenu.UMenuGameRulesBase
bControlRight, BotmatchParent, ControlOffset, FragEdit, FragHelp, FragText, Initialized, MaxPlayersEdit, MaxPlayersHelp, MaxPlayersText, MaxSpectatorsEdit, MaxSpectatorsHelp, MaxSpectatorsText, TimeEdit, TimeHelp, TimeText, WeaponsCheck, WeaponsHelp, WeaponsText

Functions Summary
function BalancePlayersChanged ()))
function BeforePaint (Canvas C, float X, float Y))
function Created ()))
function FFChanged ()))
function MaxTeamsChanged ()))
function Notify (UWindowDialogControl C, byte E))
function SetupNetworkOptions ()))
function TeamScoreChanged ()))
Inherited Functions from UTMenu.UTRulesCWindow
BeforePaint, Created, ForceRespawnChanged, FragChanged, LoadCurrentValues, MaxPlayersChanged, MaxSpectatorsChanged, Notify, SaveConfigs, SetupNetworkOptions, TimeChanged, TourneyChanged, WeaponsChecked
Inherited Functions from UMenu.UMenuGameRulesBase
AfterCreate, BeforePaint, Created, FragChanged, LoadCurrentValues, MaxPlayersChanged, MaxSpectatorsChanged, Notify, SetupNetworkOptions, TimeChanged, WeaponsChecked


Variables Detail

BalancePlayersCheck Source code

var UWindowCheckbox BalancePlayersCheck;

BalancePlayersHelp Source code

var localized string BalancePlayersHelp;

BalancePlayersText Source code

var localized string BalancePlayersText;

FFHelp Source code

var localized string FFHelp;

FFSlider Source code

var UWindowHSliderControl FFSlider;

FFText Source code

var localized string FFText;

MaxAllowedTeams Source code

var int MaxAllowedTeams;

MaxTeamsEdit Source code

var UWindowEditControl MaxTeamsEdit;

MaxTeamsHelp Source code

var localized string MaxTeamsHelp;

MaxTeamsText Source code

var localized string MaxTeamsText;

TeamScoreEdit Source code

var UWindowEditControl TeamScoreEdit;

TeamScoreHelp Source code

var localized string TeamScoreHelp;

TeamScoreText Source code

var localized string TeamScoreText;


Functions Detail

BalancePlayersChanged Source code

function BalancePlayersChanged ( ) )

BeforePaint Source code

function BeforePaint ( Canvas C, float X, float Y) )

Created Source code

function Created ( ) )

FFChanged Source code

function FFChanged ( ) )

MaxTeamsChanged Source code

singular function MaxTeamsChanged ( ) )

Notify Source code

function Notify ( UWindowDialogControl C, byte E) )

SetupNetworkOptions Source code

function SetupNetworkOptions ( ) )

TeamScoreChanged Source code

function TeamScoreChanged ( ) )


Defaultproperties

defaultproperties
{
     TeamScoreText="Max Team Score"
     TeamScoreHelp="When a team obtains this score, the game will end."
     MaxTeamsText="Max Teams"
     MaxTeamsHelp="The maximum number of different teams players are allowed to join, for this game."
     BalancePlayersText="Force Team Balance"
     BalancePlayersHelp="If checked, this option forces players joining the game to be placed on the team which best keeps teams balanced."
     FFText="Friendly Fire:"
     FFHelp="Slide to adjust the amount of damage friendly fire imparts to other teammates."
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:20.654 - Created with UnCodeX