Extends:
Modifiers:
Source code
SpatialFear.SFGameMenu%%
%function_comment% | UWindowMessageBox | ConfirmQuit | ||
%function_comment% | UWindowPulldownMenuItem | ConvHistory | ||
%function_comment% | localized | string | DemoQuitText | |
%function_comment% | UWindowPulldownMenuItem | LoadGame | ||
%function_comment% | localized | string | LoadGameHelp | |
%function_comment% | localized | string | LoadGameName | |
%function_comment% | UWindowPulldownMenuItem | NewGame | ||
%function_comment% | localized | string | NewGameHelp | |
%function_comment% | localized | string | NewGameName | |
%function_comment% | UWindowPulldownMenuItem | Practice | ||
%function_comment% | UWindowPulldownMenuItem | Quit | ||
%function_comment% | localized | string | QuitHelp | |
%function_comment% | localized | string | QuitName | |
%function_comment% | localized | string | QuitText | |
%function_comment% | localized | string | QuitTitle | |
%function_comment% | UWindowPulldownMenuItem | ReturnToGame | ||
%function_comment% | localized | string | ReturnToGameHelp | |
%function_comment% | localized | string | ReturnToGameName | |
%function_comment% | UWindowPulldownMenuItem | SaveGame | ||
%function_comment% | localized | string | SaveGameHelp | |
%function_comment% | localized | string | SaveGameName | |
%function_comment% | UWindowPulldownMenuItem | Training |
Created () | |||
ExecuteItem (UWindowPulldownMenuItem I) | |||
MessageBoxDone (UWindowMessageBox W, MessageBoxResult Result) | |||
Select (UWindowPulldownMenuItem I) | |||
ShowWindow () |
{ NewGameName="Start Spatial &Fear" NewGameHelp="Select to start a new Spatial Fear game!" LoadGameName="&Load Game" LoadGameHelp="Select to resume a saved Spatial Fear game." SaveGameName="&Save Game" SaveGameHelp="Select to save the current Spatial Fear game." ReturnToGameName="Return to &Current Game" ReturnToGameHelp="Leave the menus and return to your current game. Pressing the ESC key also returns you to the current game." QuitName="&Quit" QuitHelp="Select to save preferences and exit Unreal." QuitTitle="Confirm Quit" QuitText="Are you sure you want to Quit?" DemoQuitText="Thank you for playing the Spatial Fear Demo. Visit our website for information on the game" }