- Extends
- UnrealLongMenu
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Menu
|
+-- UnrealShare.UnrealMenu
|
+-- UnrealShare.UnrealLongMenu
|
+-- UnrealShare.UnrealVideoMenu
var string AvailableRes;
var bool bLowSoundQuality;
var bool bLowTextureDetail;
var float brightness;
var string CurrentRes;
var localized string HighText;
var localized string LowText;
var string MenuValues[20];
var int MusicVol;
var int resNum;
var string Resolutions[16];
var int SoundVol;
function GetAvailableRes ( ) )
function bool ProcessLeft ( ) )
function bool ProcessRight ( ) )
function bool ProcessSelection ( ) )
defaultproperties
{
LowText="Low"
HighText="High"
MenuLength=9
HelpMessage(1)="Adjust display brightness using the left and right arrow keys."
HelpMessage(2)="Display Unreal in a window. Note that going to a software display mode may remove high detail actors that were visible with hardware acceleration."
HelpMessage(3)="Use the left and right arrows to select a resolution, and press enter to select this resolution."
HelpMessage(4)="Use the low texture detail option to improve performance. Changes to this setting will take effect on the next level change."
HelpMessage(5)="Adjust the volume of the music using the left and right arrow keys."
HelpMessage(6)="Adjust the volume of sound effects in the game using the left and right arrow keys."
HelpMessage(7)="Use the low sound quality option to improve performance on machines with 32 megabytes or less of memory. Changes to this setting will take effect on the next level change."
HelpMessage(8)="If true, you will hear voice messages during gametypes that use them."
HelpMessage(9)="If true, you will hear a beep when you receive a message."
MenuList(1)="Brightness"
MenuList(2)="Toggle Fullscreen Mode"
MenuList(3)="Select Resolution"
MenuList(4)="Texture Detail"
MenuList(5)="Music Volume"
MenuList(6)="Sound Volume"
MenuList(7)="Sound Quality"
MenuList(8)="Voice Messages"
MenuList(9)="Message Beep"
MenuTitle="AUDIO/VIDEO"
}
|
Creation time: Fr 7.6.2013 13:15:19.110 - Created with
UnCodeX