- Extends
- UnrealLongMenu
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Menu
|
+-- UnrealShare.UnrealMenu
|
+-- UnrealShare.UnrealLongMenu
|
+-- UnrealShare.UnrealQuitMenu
var bool bResponse;
var localized string NoSelString;
var localized string YesSelString;
function bool ProcessLeft ( ) )
function bool ProcessNo ( ) )
function bool ProcessRight ( ) )
function bool ProcessSelection ( ) )
function bool ProcessYes ( ) )
defaultproperties
{
YesSelString=" [YES] No"
NoSelString=" Yes [NO]"
HelpMessage(1)="Select yes and hit enter to return to your puny, miserable, useless real life, if you can't handle UNREALity."
MenuList(0)="A Digital Extremes/Epic Megagames"
MenuList(1)="Collaboration"
MenuList(2)="Game Design: James Schmalz"
MenuList(3)="Cliff Bleszinski"
MenuList(4)="Level Design: Cliff Bleszinski"
MenuList(5)="T. Elliot Cannon Pancho Eekels"
MenuList(6)="Jeremy War Cedric Fiorentino"
MenuList(7)="Shane Caudle"
MenuList(8)="Animator: Dave Carter"
MenuList(9)="Art: James Schmalz "
MenuList(10)="Mike Leatham Artur Bialas"
MenuList(11)="Programming: Tim Sweeney Steven Polge"
MenuList(12)="Erik de Neve James Schmalz"
MenuList(13)="Carlo Vogelsang Nick Michon"
MenuList(14)="Music: Alexander Brandon"
MenuList(15)="Michiel van den Bos"
MenuList(16)="Sound Effects: Dave Ewing"
MenuList(17)="Producer for GT: Jason Schreiber"
MenuList(18)="Biz:Mark Rein Nigel Kent Craig Lafferty"
MenuTitle="Quit?"
}
|
Creation time: Fr 7.6.2013 13:15:18.985 - Created with
UnCodeX