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

UTMenu.UTSettingsCWindow

Extends
UMenuGameSettingsBase

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UWindow.UWindowPageWindow
               |   
               +-- UMenu.UMenuPageWindow
                  |   
                  +-- UMenu.UMenuGameSettingsBase
                     |   
                     +-- UTMenu.UTSettingsCWindow

Direct Known Subclasses:

UTTeamSCWindow

Variables Summary
stringAirControlHelp
UWindowHSliderControlAirControlSlider
stringAirControlText
UWindowCheckboxTranslocCheck
stringTranslocHelp
stringTranslocText
Inherited Variables from UMenu.UMenuGameSettingsBase
BotmatchParent, ControlOffset, Initialized, SpeedHelp, SpeedSlider, SpeedText, StyleCombo, StyleHelp, Styles[3], StyleText

Functions Summary
function AirControlChanged ()))
function BeforePaint (Canvas C, float X, float Y))
function Created ()))
function LoadCurrentValues ()))
function Notify (UWindowDialogControl C, byte E))
function SpeedChanged ()))
function StyleChanged ()))
function TranslocChanged ()))
Inherited Functions from UMenu.UMenuGameSettingsBase
AfterCreate, BeforePaint, Created, LoadCurrentValues, Notify, SpeedChanged, StyleChanged
Inherited Functions from UMenu.UMenuPageWindow
Notify, Paint


Variables Detail

AirControlHelp Source code

var localized string AirControlHelp;

AirControlSlider Source code

var UWindowHSliderControl AirControlSlider;

AirControlText Source code

var localized string AirControlText;

TranslocCheck Source code

var UWindowCheckbox TranslocCheck;

TranslocHelp Source code

var localized string TranslocHelp;

TranslocText Source code

var localized string TranslocText;


Functions Detail

AirControlChanged Source code

function AirControlChanged ( ) )

BeforePaint Source code

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

Created Source code

function Created ( ) )

LoadCurrentValues Source code

function LoadCurrentValues ( ) )

Notify Source code

function Notify ( UWindowDialogControl C, byte E) )

SpeedChanged Source code

function SpeedChanged ( ) )

StyleChanged Source code

function StyleChanged ( ) )

TranslocChanged Source code

function TranslocChanged ( ) )


Defaultproperties

defaultproperties
{
     TranslocText="Translocator"
     TranslocHelp="If checked, each player will be equipped with a Translocator Personal Transport Device."
     AirControlText="Air Control"
     AirControlHelp="Use this slider to specify how much control you have over your player's movement whilst in the air."
}

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