UMenu.UMenuGameOptionsClientWindow
- Extends
- UMenuPageWindow
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowClientWindow
|
+-- UWindow.UWindowDialogClientWindow
|
+-- UWindow.UWindowPageWindow
|
+-- UMenu.UMenuPageWindow
|
+-- UMenu.UMenuGameOptionsClientWindow
var globalconfig bool bShowGoreControl;
var localized string CenterName;
var float ControlOffset;
var localized string DodgingHelp;
var localized string DodgingText;
var localized string GoreHelp;
var localized string GoreLevels[3];
var localized string GoreText;
var localized string HiddenName;
var localized string LeftName;
var localized string LocalHelp;
var localized string LocalText;
var localized string RightName;
var localized string SpeedText;
var localized string ViewBobHelp;
var localized string ViewBobText;
var localized string WeaponFlashHelp;
var localized string WeaponFlashText;
var localized string WeaponHandHelp;
var localized string WeaponHandText;
function AfterCreate ( ) )
function BeforePaint (
Canvas C,
float X,
float Y) )
function Created ( ) )
function DodgingChecked ( ) )
function GoreChanged ( ) )
function LocalChecked ( ) )
function SaveConfigs ( ) )
function SpeedChanged ( ) )
function ViewBobChanged ( ) )
function WeaponFlashChecked ( ) )
function WeaponHandChanged ( ) )
defaultproperties
{
WeaponFlashText="Weapon Flash"
WeaponFlashHelp="If checked, your screen will flash when you fire your weapon."
WeaponHandText="Weapon Hand"
WeaponHandHelp="Select where your weapon will appear."
LeftName="Left"
CenterName="Center"
RightName="Right"
HiddenName="Hidden"
DodgingText="Dodging"
DodgingHelp="If checked, double tapping the movement keys (forward, back, and strafe left or right) will result in a fast dodge move."
ViewBobText="View Bob"
ViewBobHelp="Use the slider to adjust the amount your view will bob when moving."
SpeedText="Game Speed"
GoreText="Gore Level"
GoreHelp="Choose the level of gore you wish to see in the game."
GoreLevels(0)="Normal"
GoreLevels(1)="Reduced"
GoreLevels(2)="Ultra-Low"
LocalText="ngStats Local Logging"
LocalHelp="If checked, your system will log local botmatch and single player tournament games for stat compilation."
bShowGoreControl=True
ControlOffset=20.000000
}
|
Creation time: Fr 7.6.2013 13:15:14.711 - Created with
UnCodeX