I love the smell of UnrealEd crashing in the morning. – tarquin
UE1:YesNoMenu (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Menu >> UnrealMenu >> UnrealInfoMenu >> YesNoMenu |
- Package:
- UnrealShare
- Direct subclass:
- UpgradeMenu
- 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. |
YesNoMenu
Properties
bResponse
Type: bool
NoSelString
Type: string
Modifiers: localized
Default value: " Yes [NO]"
YesSelString
Type: string
Modifiers: localized
Default value: "[YES] No"
Instance functions
DrawResponse
function DrawResponse (Canvas Canvas)
Overrides: UnrealInfoMenu.DrawResponse
ProcessLeft
function bool ProcessLeft ()
Overrides: Menu.ProcessLeft
ProcessNo
function bool ProcessNo ()
Overrides: Menu.ProcessNo
ProcessResponse
function ProcessResponse ()
Overrides: UnrealInfoMenu.ProcessResponse
ProcessRight
function bool ProcessRight ()
Overrides: Menu.ProcessRight
ProcessSelection
function bool ProcessSelection ()
Overrides: Menu.ProcessSelection
ProcessYes
function bool ProcessYes ()
Overrides: Menu.ProcessYes