Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE1:UnrealGameOptionsMenu (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Menu >> UnrealMenu >> UnrealLongMenu >> UnrealGameOptionsMenu |
Contents
- Package:
- UnrealShare
- Direct subclasses:
- UnrealCoopGameOptions, UnrealDMGameOptionsMenu
- This class in other games:
- RTNP, UT
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
UnrealGameOptionsMenu
Properties[edit]
Property group 'UnrealGameOptionsMenu'[edit]
AdvancedHelp[edit]
Type: string
Modifiers: localized
Default value: "Edit advanced game configuration options."
AdvancedString[edit]
Type: string
Modifiers: localized
Default value: "Advanced Options"
bCanModifyGore[edit]
Type: bool
Modifiers: config
Default value: True
GameClass[edit]
Default value: Class'UnrealShare.SinglePlayer'
Internal variables[edit]
GameType[edit]
Type: GameInfo
Default values[edit]
Property | Value |
---|---|
HelpMessage[1] | "Adjust the speed at which time passes in the game." |
HelpMessage[2] | "If true, reduces the gore in the game." |
MenuLength | 2 |
MenuList[1] | "Game Speed" |
MenuList[2] | "Reduced Gore" |
MenuTitle | "GAME OPTIONS" |
Functions[edit]
Events[edit]
Destroyed[edit]
event Destroyed ()
Overrides: Actor.Destroyed
PostBeginPlay[edit]
event PostBeginPlay ()
Overrides: Actor.PostBeginPlay
Other instance functions[edit]
DrawMenu[edit]
function DrawMenu (Canvas Canvas)
Overrides: UnrealLongMenu.DrawMenu
DrawOptions[edit]
DrawValues[edit]
MenuProcessInput[edit]
Overrides: Menu.MenuProcessInput
ProcessLeft[edit]
function bool ProcessLeft ()
Overrides: Menu.ProcessLeft
ProcessRight[edit]
function bool ProcessRight ()
Overrides: Menu.ProcessRight
ProcessSelection[edit]
function bool ProcessSelection ()
Overrides: Menu.ProcessSelection
SaveConfigs[edit]
function SaveConfigs ()
Overrides: Menu.SaveConfigs