UTGame.UTUIFrontEnd_HostGame
- Extends
- UTUIFrontEnd_LaunchGame
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Host Game scene for UT3. Contains the host game flow.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIScreenObject
|
+-- Engine.UIScene
|
+-- UTGame.UTUIScene
|
+-- UTGame.UTUIFrontEnd
|
+-- UTGame.UTUIFrontEnd_LaunchGame
|
+-- UTGame.UTUIFrontEnd_HostGame
Inherited Variables from UTGame.UTUIFrontEnd |
bCancellingInstallPS3, bInstallingPS3, ButtonBar, CurrentPageIndex, ImportingMessageBoxReference, ImportState, LastURL, PreviousPageIndex, TabControl, TitleMarkupString, VersionFont, VersionPos, VersionText |
Enumerations Summary |
EBotCombatants BC_Disabled,
BC_Enabled,
BC_1_1,
BC_3_2,
BC_2_1 |
Functions Summary |
 | | CreateOnlineGame (int PlayerIndex))
|
 | | FinishStartDedicated ()))
|
 | int | GenerateMutatorBitmask ()))
|
 | string | GenerateMutatorURLString ()))
|
 | bool | HandleInputKey (const out InputEventParameters EventParms ))
|
 | | OnAcceptServerSettings (UIScreenObject InObject, int PlayerIndex))
|
 | | OnGameCreated (bool bWasSuccessful))
|
 | | OnGameModeSelected (string InGameMode, string InDefaultMap, string GameSettingsClass, bool bSelectionSubmitted))
|
 | | OnMainRegion_Show_UIAnimEnd (UIObject AnimTarget, int AnimIndex, UIAnimationSeq AnimSeq ))
|
 | | OnServerOptionChanged (UIScreenObject InObject, name OptionName, int PlayerIndex))
|
 | | OnServerOptionFocused (UIScreenObject InObject, UIDataProvider OptionProvider))
|
 | | OnStartDedicated ()))
|
 | | OnStartDedicated_Confirm (UTUIScene_MessageBox MessageBox, int SelectedOption, int PlayerIndex))
|
 | | OnStartGame ()))
|
 | | OnStartGame_Confirm (UTUIScene_MessageBox MessageBox, int SelectedOption, int PlayerIndex))
|
 | | PostInitialize ()))
|
 | | RefreshGoalScoreOption ()))
|
 | | RefreshSplitScreenOption ()))
|
 | | SetupBotCombatants ()))
|
 | | SetupGameSettings ()))
|
 | string | StripInvalidPasswordCharacters (string PasswordString, optional string InvalidChars=" \"/:?, " ))
|
 | | ValidateServerType ()))
|
Inherited Functions from UTGame.UTUIFrontEnd_LaunchGame |
HandleInputKey, OnAcceptGameSettings, OnButtonBar_Back, OnButtonBar_Next, OnButtonBar_StartGame, OnGameModeSelected, OnMapSelected, OnPageActivated, OnStartGame, PostInitialize, SceneActivated, SetupButtonBar, ShowNextTab, ShowPrevTab |
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 |
const MAXIMUM_PLAYER_COUNT = 24;
const SERVERTYPE_LAN = 0;
const SERVERTYPE_RANKED = 2;
const SERVERTYPE_UNRANKED = 1;
enum
EBotCombatants
{
BC_Disabled,
BC_Enabled,
BC_1_1,
BC_3_2,
BC_2_1
};
function CreateOnlineGame ( int PlayerIndex) )
function FinishStartDedicated ( ) )
GenerateMutatorBitmask Source code
function int GenerateMutatorBitmask ( ) )
GenerateMutatorURLString Source code
function string GenerateMutatorURLString ( ) )
function bool HandleInputKey ( const out InputEventParameters EventParms ) )
OnAcceptServerSettings Source code
function OnAcceptServerSettings (
UIScreenObject InObject,
int PlayerIndex) )
function OnGameCreated ( bool bWasSuccessful) )
function OnGameModeSelected ( string InGameMode, string InDefaultMap, string GameSettingsClass, bool bSelectionSubmitted) )
OnMainRegion_Show_UIAnimEnd Source code
function OnServerOptionChanged (
UIScreenObject InObject,
name OptionName,
int PlayerIndex) )
function OnStartDedicated ( ) )
OnStartDedicated_Confirm Source code
function OnStartDedicated_Confirm (
UTUIScene_MessageBox MessageBox,
int SelectedOption,
int PlayerIndex) )
function OnStartGame ( ) )
function OnStartGame_Confirm (
UTUIScene_MessageBox MessageBox,
int SelectedOption,
int PlayerIndex) )
event PostInitialize ( ) )
RefreshGoalScoreOption Source code
function RefreshGoalScoreOption ( ) )
RefreshSplitScreenOption Source code
function RefreshSplitScreenOption ( ) )
function SetupBotCombatants ( ) )
function SetupGameSettings ( ) )
StripInvalidPasswordCharacters Source code
static function string StripInvalidPasswordCharacters ( string PasswordString, optional string InvalidChars=" \"/:?,=" ) )
function ValidateServerType ( ) )
defaultproperties
{
SettingsProfileName="HostGameMenu"
bRequiresNetwork=True
Begin Object Class=UIComp_Event Name=SceneEventComponent ObjName=SceneEventComponent Archetype=UIComp_Event'UTGame.Default__UTUIFrontEnd_LaunchGame:SceneEventComponent'
ObjectArchetype=UIComp_Event'UTGame.Default__UTUIFrontEnd_LaunchGame:SceneEventComponent'
End Object
EventProvider=SceneEventComponent
Name="Default__UTUIFrontEnd_HostGame"
ObjectArchetype=UTUIFrontEnd_LaunchGame'UTGame.Default__UTUIFrontEnd_LaunchGame'
}
|
Creation time: sk 18-3-2018 10:00:58.766 - Created with
UnCodeX