I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:UnrealGameOptionsMenu (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> Actor >> Menu >> UnrealMenu >> UnrealLongMenu >> UnrealGameOptionsMenu |
Contents |
- Package:
- UnrealShare
- Direct subclasses:
- UPakGameOptionsMenu, UnrealCoopGameOptions, UnrealDMGameOptionsMenu
- This class in other games:
- U1, 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
[edit] Properties
[edit] Property group 'UnrealGameOptionsMenu'
[edit] AdvancedHelp
Type: string
Modifiers: localized
Default value: "Edit advanced game configuration options."
[edit] AdvancedString
Type: string
Modifiers: localized
Default value: "Advanced Options"
[edit] bCanModifyGore
Type: bool
Modifiers: config
Default value: True
[edit] GameClass
Default value: Class'UnrealShare.SinglePlayer'
[edit] Internal variables
[edit] GameType
Type: GameInfo
[edit] Default values
| 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" |
[edit] Functions
[edit] Events
[edit] Destroyed
event Destroyed ()
Overrides: Actor.Destroyed
[edit] PostBeginPlay
event PostBeginPlay ()
Overrides: Actor.PostBeginPlay
[edit] Other instance functions
[edit] DrawMenu
function DrawMenu (Canvas Canvas)
Overrides: UnrealLongMenu.DrawMenu
[edit] DrawOptions
[edit] DrawValues
[edit] MenuProcessInput
Overrides: Menu.MenuProcessInput
[edit] ProcessLeft
function bool ProcessLeft ()
Overrides: Menu.ProcessLeft
[edit] ProcessRight
function bool ProcessRight ()
Overrides: Menu.ProcessRight
[edit] ProcessSelection
function bool ProcessSelection ()
Overrides: Menu.ProcessSelection
[edit] SaveConfigs
function SaveConfigs ()
Overrides: Menu.SaveConfigs
