Candide.MainMenu.Ui.Steps.ConnectingStatusWindow
Type JSONpublic class in Candide.MainMenu.Ui.Steps
Type metadata
- Assembly
Romestead - Namespace
Candide.MainMenu.Ui.Steps - Base type
Candide.MainMenu.Ui.Steps.AbstractStepsWindow - Hash
9370378BE04D681E6392393E0617EF8D8C5F73B9C37B197723D284BFE9BA9FF7
Relationships
Fields
| Name | Visibility | Signature |
|---|---|---|
_backButton# | private | private Candide.CandideUI.Components.Buttons.CandideIconLabelButton _backButton |
_errored# | private | private System.Boolean _errored |
_statusText# | private | private Candide.CandideUI.Components.CandideTextLabel _statusText |
_waitForServerToStart# | private | private System.Boolean _waitForServerToStart |
_waitingToGoBackToMainMenu# | private | private System.Boolean _waitingToGoBackToMainMenu |
Methods
CancelConnection
#
private System.Void CancelConnection()
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
9BF862CAF1B57447B3D6A11BA84A80C0F2BFCC001F221F6D8A9CFC89FB4845AA - Body hash
575570C9AD2A7A0F01F0CD33D5DD564A9CA98C4965A6A486E0B67A861B1100FB - IL size98
Referenced calls
Candide.Multiplayer.Network.LocalHostServerManager::StopServer()Candide.Multiplayer.Services.ConnectionState::set_Step(Candide.Multiplayer.Services.ConnectionStep)Shared.Text.StringExtensions::GetTranslation(Shared.Text.StringId)Candide.CandideUI.Components.CandideTextLabel::set_Text(System.String)Candide.CandideUI.CandideUiElement::set_Visible(System.Boolean)Candide.Multiplayer.Services.ConnectService::Disconnect(Candide.Multiplayer.Services.PostGameBehaviour)Candide.MainMenu.Ui.MainMenuUiController::Back()
InternalDraw
#
protected System.Void InternalDraw(Candide.CandideUI.UiRenderContext context)
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
0907A108EA3F5A6100DA1937CC09964C812E8ACA2F1E04F5F85641676B7B4885 - Body hash
D82E4DAC9E9C5B5D996633F931330C1E026E80024FDA87AEF8DC50B3BFF7C60F - IL size115
Referenced calls
Candide.MainMenu.Ui.Steps.ConnectingStatusWindow::OnServerStarted()Candide.MainMenu.Ui.Steps.ConnectingStatusWindow::CancelConnection()Shared.Text.StringDefinitions::GetString(System.String)Candide.MainMenu.Ui.Steps.ConnectingStatusWindow::OnConnectionError(System.String)Shared.Text.StringExtensions::GetTranslation(Shared.Text.StringId)Candide.CandideUI.Components.CandideTextLabel::set_Text(System.String)Candide.CandideUI.Containers.CandideWindow::InternalDraw(Candide.CandideUI.UiRenderContext)
String literals
MainMenu_Connecting_FailedToStartGame
OnConnectionError
#
private System.Void OnConnectionError(System.String message)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
6420514C9854FE7D2714797A8A1CA6ACDC7B9D54BC2F08A228394171BAAAB5DF - Body hash
6576C3686476EA5558A02D9EF618115169E2081E5FB33391EF271CABE516B058 - IL size36
Referenced calls
Candide.CandideUI.Components.CandideTextLabel::set_Text(System.String)
OnConnectionStepChange
#
private System.Void OnConnectionStepChange(Candide.Multiplayer.Services.ConnectionStep step)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
7433C22915D14D71B69AF9A4510D1063628F5FD8A2BABF7B0027F723439D9F5F - Body hash
B4E46568967742424C16AC0DB70D6DC4F0A7905D85F3A56BA48E132478D819D1 - IL size308
Referenced calls
Shared.Text.StringId::op_Implicit(System.String)Candide.CandideUI.Components.CandideTextLabel::set_StringId(Shared.Text.StringId)Candide.MainMenu.Ui.Steps.ConnectingStatusWindow::PromptPasswordInput()Shared.Text.StringDefinitions::GetString(System.String)Candide.MainMenu.Ui.Steps.ConnectingStatusWindow::OnConnectionError(System.String)System.ArgumentOutOfRangeException::.ctor(System.String, System.Object, System.String)
String literals
MainMenu_Connecting_NotConnectedMainMenu_Connecting_ConnectingMainMenu_Connecting_CheckingVersionMainMenu_Connecting_LoggingInMainMenu_Connecting_FailedLoggingInMainMenu_Connecting_LoadingGameStateMainMenu_Connecting_SuccessMainMenu_Connecting_DisconnectedMainMenu_Connecting_ConnectionFailedMainMenu_Connecting_StartingServerstep
OnServerStarted
#
private System.Void OnServerStarted()
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
A29376995A4F56A14C6E7C4148539CC7C8EA397180D3FBB4A1B068D49B229F7E - Body hash
64A9580F1F92165771A65AC68757E6F5F19B245ECBF6532DC7E150F6924E3678 - IL size15
Referenced calls
OnWindowClosed
#
protected System.Void OnWindowClosed()
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
2EC4B6744B8FA8D8B4BD3FF56F7E41AEDC15F497D4D2161864D639F0E033FB0F - Body hash
4D5623DDF3526A5DB43D93D143C4547A873DDC8CE226B094A45C20B4A1468C02 - IL size13
Referenced calls
OnWindowShown
#
protected System.Void OnWindowShown()
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
88C65C27FB1B059472D1F4BA0E5818FFAD79C38A2720269AAC8D8EDD5FF69423 - Body hash
8D9AFFEB2E199F6C5925EFBB7472EF44E0E312C87A94AF1E200FD6918EDBFE93 - IL size522
Referenced calls
Candide.Sound.SoundPlayer::PlayEventOneShot(System.String, System.Single, System.Single)Candide.CandideUI.Containers.CandideWindow::OnWindowShown()CandideCreator.Shared.Helpers.WarningHelper::Warning(System.String)Candide.MainMenu.Ui.MainMenuUiController::Back()Candide.MainMenu.Ui.Steps.ConnectingStatusWindow::OnConnectionStepChange(Candide.Multiplayer.Services.ConnectionStep)System.Action<Candide.Multiplayer.Services.ConnectionStep>::.ctor(System.Object, System.IntPtr)Candide.Multiplayer.Services.ConnectionState::get_Step()CandideServer.Server.MultiplayerConfiguration::GetDefaultConfig()Shared.Text.StringDefinitions::GetString(System.String)Candide.MainMenu.Ui.Steps.ConnectingStatusWindow::OnConnectionError(System.String)Shared.Analytics.AnalyticsManager::StartSession()System.IO.Path::Combine(System.String, System.String)System.IO.File::Exists(System.String)Candide.Multiplayer.Network.LocalHostServerManager::StartServer(CandideServer.GameDescription, System.String, CandideServer.Server.MultiplayerConfiguration)Candide.MainMenu.Ui.Steps.ConnectingStatusWindow::WaitForServerToStart(Candide.MainMenu.Ui.JoinGameState, CandideServer.Server.MultiplayerConfiguration)Candide.Multiplayer.Services.ConnectService::Connect(System.String, System.String, System.Int32, CandideServer.Server.MultiplayerConfiguration, System.Boolean)System.ArgumentOutOfRangeException::.ctor()
String literals
event:/interface/main menu/ui_mainmenu_startgameWe're in the connecting phase but the selected character is not set. RevertingMainMenu_Process_SteamWarninggame_stategame_state_backupMainMenu_Process_WorldNotFound
PromptPasswordInput
#
private System.Void PromptPasswordInput()
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
DBB19B2BBA2CF1B56A35073F33B9AB4679BB1C7A115D97E7916B2F4AD72637E5 - Body hash
426660ECFD64FB8E7EBB7A876B947371E5B9A4BC8669FA35E31AB614099FD6B9 - IL size13
Referenced calls
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
8FA0DBBE83F08AB6FDA15F0BEA65038286479A0E3EA5722F40816E0E4AD27193 - Body hash
718DF751EBF1EC93F2436E2FD05528C308898C782CC6ADD8A8B745D66EAEB415 - IL size66
Referenced calls
WaitForServerToStart
#
private System.Void WaitForServerToStart(Candide.MainMenu.Ui.JoinGameState joinState, CandideServer.Server.MultiplayerConfiguration config)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
7AF2725897A5936F2B123D7D2B21E9C305811F730E05203B3DB8B0CF5C2995CD - Body hash
D594A7F74E992669A2EB2254DDEE29A1366AD4D59707E36F971D210345861FF7 - IL size55
Referenced calls
Candide.Multiplayer.Services.ConnectionState::set_Step(Candide.Multiplayer.Services.ConnectionStep)Candide.Multiplayer.Services.ConnectService::Connect(System.String, System.String, System.Int32, CandideServer.Server.MultiplayerConfiguration, System.Boolean)