UMenu.UMenuMultiplayerMenu
- Extends
- UWindowPulldownMenu
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowDialogControl
|
+-- UWindow.UWindowListControl
|
+-- UWindow.UWindowPulldownMenu
|
+-- UMenu.UMenuMultiplayerMenu
Direct Known Subclasses:
UTMultiplayerMenu
Inherited Functions from UWindow.UWindowPulldownMenu |
AddMenuItem, BeforeExecuteItem, BeforePaint, Clear, CloseUp, Created, DeSelect, DrawItem, DrawMenuBackground, ExecuteItem, FocusOtherWindow, GetMenuBar, KeyDown, KeyUp, LMouseDown, LMouseUp, MenuCmd, MouseMove, Paint, PerformSelect, Select, SetSelected, ShowWindow |
var bool bOpenLAN;
var bool bOpenLocation;
var localized string BrowserHelp;
var localized string BrowserName;
var localized string DisconnectHelp;
var localized string DisconnectName;
var localized string LANHelp;
var localized string LANName;
var localized string OpenLocationHelp;
var localized string OpenLocationName;
var localized string PatchHelp;
var localized string PatchName;
var localized string ReconnectHelp;
var localized string ReconnectName;
var config string StartGameClassName;
var localized string StartHelp;
var localized string StartName;
var localized string SuggestNetspeedText;
var localized string SuggestNetspeedTitle;
SuggestPlayerSetupText Source code
var localized string SuggestPlayerSetupText;
SuggestPlayerSetupTitle Source code
var localized string SuggestPlayerSetupTitle;
var config string UBrowserClassName;
function Created ( ) )
function LoadUBrowser ( ) )
NotifyAfterLevelChange Source code
function NotifyAfterLevelChange ( ) )
NotifyBeforeLevelChange Source code
function NotifyBeforeLevelChange ( ) )
function NotifyQuitUnreal ( ) )
function ResolutionChanged ( float W, float H) )
function WindowShown ( ) )
defaultproperties
{
StartName="&Start New Multiplayer Game"
StartHelp="Start your own network game which others can join."
BrowserName="&Find Internet Games"
BrowserHelp="Search for games currently in progress on the Internet."
LANName="Find &LAN Games"
LANHelp="Search for games of your local LAN."
OpenLocationName="Open &Location"
OpenLocationHelp="Connect to a server using its IP address or unreal:// URL."
PatchName="Download Latest &Update"
PatchHelp="Find the latest update to Unreal Tournament on the web!"
DisconnectName="&Disconnect from Server"
DisconnectHelp="Disconnect from the current server."
ReconnectName="&Reconnect to Server"
ReconnectHelp="Attempt to reconnect to the last server you were connected to."
SuggestPlayerSetupTitle="Check Player Name"
SuggestPlayerSetupText="Your name is currently set to Player. It is recommended that you go to Player Setup and give yourself another name before playing a multiplayer game.\n\nWould you like to go to Player Setup instead?"
SuggestNetspeedTitle="Check Internet Speed"
SuggestNetspeedText="You haven't yet configured the type of Internet connection you will be playing with. It is recommended that you go to the Network Settings screen to ensure you have the best online gaming experience.\n\nWould you like to go to Network Settings instead?"
UBrowserClassName="UBrowser.UBrowserMainWindow"
StartGameClassName="UMenu.UMenuStartGameWindow"
}
|
Creation time: Fr 7.6.2013 13:15:16.364 - Created with
UnCodeX