UTGame.UTUIFrontEnd_Multiplayer
- Extends
- UTUIFrontEnd_BasicMenu
- Modifiers
- dependson ( UTCustomChar_Data ) dependson ( UTUIScene_MessageBox )
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Multiplayer Scene for UT3.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIScreenObject
|
+-- Engine.UIScene
|
+-- UTGame.UTUIScene
|
+-- UTGame.UTUIFrontEnd
|
+-- UTGame.UTUIFrontEnd_BasicMenu
|
+-- UTGame.UTUIFrontEnd_Multiplayer
Inherited Variables from UTGame.UTUIFrontEnd |
bCancellingInstallPS3, bInstallingPS3, ButtonBar, CurrentPageIndex, ImportingMessageBoxReference, ImportState, LastURL, PreviousPageIndex, TabControl, TitleMarkupString, VersionFont, VersionPos, VersionText |
Functions Summary |
 | | DisplayNewPlayerMessageBox ()))
|
 | bool | HasSavedCharacterData ()))
|
 | | MarkProfileDirty (optional bool bDirty=true ))
|
 | | OnChatRestrictionConfirm (UTUIScene_MessageBox MessageBox, int SelectedOption, int PlayerIndex))
|
 | | OnFirstTimeCharacter_Confirm (UTUIScene_MessageBox MessageBox, int SelectedOption, int PlayerIndex))
|
 | | OnFirstTimeMultiplayer_Confirm (UTUIScene_MessageBox MessageBox, int SelectedOption, int PlayerIndex))
|
 | | OnJoinLanScene_Opened (UIScene OpenedScene, bool bInitialActivation))
|
 | | OnLoginUI_LoginChange ()))
|
 | | OnLoginUI_LoginFailed (byte LocalUserNum, OnlineServerConnectionStatus ErrorCode))
|
 | | OnMainRegion_Show_UIAnimEnd (UIObject AnimTarget, int AnimIndex, UIAnimationSeq AnimSeq))
|
 | | OnSelectItem (int PlayerIndex=GetPlayerIndex()))
|
 | | OnSettingsSceneOpened (UIScene OpenedScene, bool bInitialActivation))
|
 | | OnSettingValueChanged (UIScreenObject InObject, name OptionName, int PlayerIndex))
|
 | | PerformMultiplayerChecks ()))
|
 | | SettingsSceneClosed (UIScene DeactivatedScene ))
|
Inherited Functions from UTGame.UTUIFrontEnd |
BeginHideAnimation, BeginImportMod, BeginInstallPS3, BeginShowAnimation, CancelInstallPS3, CheckForFrontEndError, ChildSceneOpened, GetTitleLabel, HandleInputKey, ImportMod, InstallPS3, OnCancelInstallPS3, OnCancelMessageClosed, OnImportModFinished, OnInstallMessageClosed, OnLoginError_Confirm, OnMainRegion_Show_UIAnimEnd, OnPageActivated, OnRetryPasswordDialog_Closed, OnTabPage_Hide_UIAnimEnd, OnTabPage_Show_UIAnimEnd, PostInitialize, PromptForPassword, SavePassword, SceneActivated, SetTitle, SetupButtonBar, UpdateModState, UpdatePS3InstallState |
MULTIPLAYER_OPTION_HOSTGAME Source code
const MULTIPLAYER_OPTION_HOSTGAME = 3;
MULTIPLAYER_OPTION_JOINGAME Source code
const MULTIPLAYER_OPTION_JOINGAME = 1;
MULTIPLAYER_OPTION_JOINGAMELAN Source code
const MULTIPLAYER_OPTION_JOINGAMELAN = 2;
MULTIPLAYER_OPTION_QUICKMATCH Source code
const MULTIPLAYER_OPTION_QUICKMATCH = 0;
bDisplayedNewPlayerMessageBox Source code
var transient bool bDisplayedNewPlayerMessageBox;
var transient bool bProfileNeedsSaving;
CharacterSelectionScene Source code
var string CharacterSelectionScene;
var string HostScene;
var string JoinScene;
var string QuickMatchScene;
var string SettingsPanelsScene;
DisplayNewPlayerMessageBox Source code
function DisplayNewPlayerMessageBox ( ) )
function bool HasSavedCharacterData ( ) )
function MarkProfileDirty ( optional bool bDirty=true ) )
OnChatRestrictionConfirm Source code
function OnChatRestrictionConfirm (
UTUIScene_MessageBox MessageBox,
int SelectedOption,
int PlayerIndex) )
OnFirstTimeCharacter_Confirm Source code
function OnFirstTimeCharacter_Confirm (
UTUIScene_MessageBox MessageBox,
int SelectedOption,
int PlayerIndex) )
OnFirstTimeMultiplayer_Confirm Source code
function OnFirstTimeMultiplayer_Confirm (
UTUIScene_MessageBox MessageBox,
int SelectedOption,
int PlayerIndex) )
function OnJoinLanScene_Opened (
UIScene OpenedScene,
bool bInitialActivation) )
function OnLoginUI_LoginChange ( ) )
OnMainRegion_Show_UIAnimEnd Source code
function OnSelectItem ( int PlayerIndex=GetPlayerIndex()) )
function OnSettingsSceneOpened (
UIScene OpenedScene,
bool bInitialActivation) )
function OnSettingValueChanged (
UIScreenObject InObject,
name OptionName,
int PlayerIndex) )
PerformMultiplayerChecks Source code
function PerformMultiplayerChecks ( ) )
function SettingsSceneClosed (
UIScene DeactivatedScene ) )
defaultproperties
{
QuickMatchScene="UI_Scenes_ChrisBLayout.Scenes.QuickMatch"
HostScene="UI_Scenes_ChrisBLayout.Scenes.HostGame"
JoinScene="UI_Scenes_FrontEnd.Scenes.JoinGame"
CharacterSelectionScene="UI_Scenes_ChrisBLayout.Scenes.CharacterFaction"
SettingsPanelsScene="UI_Scenes_ChrisBLayout.Scenes.SettingsPanels"
bRequiresNetwork=True
bMenuLevelRestoresScene=True
Begin Object Class=UIComp_Event Name=SceneEventComponent ObjName=SceneEventComponent Archetype=UIComp_Event'UTGame.Default__UTUIFrontEnd_BasicMenu:SceneEventComponent'
ObjectArchetype=UIComp_Event'UTGame.Default__UTUIFrontEnd_BasicMenu:SceneEventComponent'
End Object
EventProvider=SceneEventComponent
Name="Default__UTUIFrontEnd_Multiplayer"
ObjectArchetype=UTUIFrontEnd_BasicMenu'UTGame.Default__UTUIFrontEnd_BasicMenu'
}
|
Creation time: sk 18-3-2018 10:00:58.885 - Created with
UnCodeX