Files
RobustToolbox/api/Robust.Client/Robust.Client.BaseClient.html
2023-10-08 00:45:13 +00:00

578 lines
30 KiB
HTML

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class BaseClient
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class BaseClient
">
<meta name="generator" content="docfx 2.56.7.0">
<link rel="shortcut icon" href="../../favicon.ico">
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
<link rel="stylesheet" href="../../styles/docfx.css">
<link rel="stylesheet" href="../../styles/main.css">
<meta property="docfx:navrel" content="../../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head> <body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../index.html">
<img id="logo" class="svg" src="../../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Robust.Client.BaseClient">
<h1 id="Robust_Client_BaseClient" data-uid="Robust.Client.BaseClient" class="text-break">Class BaseClient
</h1>
<div class="markdown level0 summary"><p>Top level class that controls the game logic of the client.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">BaseClient</span></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><a class="xref" href="Robust.Client.IBaseClient.html">IBaseClient</a></div>
<div><a class="xref" href="../Robust.Shared/Robust.Shared.IoC.IPostInjectInit.html">IPostInjectInit</a></div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Robust.Client.html">Robust.Client</a></h6>
<h6><strong>Assembly</strong>: Robust.Client.dll</h6>
<h5 id="Robust_Client_BaseClient_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class BaseClient : object, IBaseClient, IPostInjectInit</code></pre>
</div>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_BaseClient_DefaultPort.md&amp;value=---%0Auid%3A%20Robust.Client.BaseClient.DefaultPort%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client/BaseClient.cs/#L39">View Source</a>
</span>
<a id="Robust_Client_BaseClient_DefaultPort_" data-uid="Robust.Client.BaseClient.DefaultPort*"></a>
<h4 id="Robust_Client_BaseClient_DefaultPort" data-uid="Robust.Client.BaseClient.DefaultPort">DefaultPort</h4>
<div class="markdown level1 summary"><p>Default port that the client tries to connect to if no other port is specified.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ushort DefaultPort { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_BaseClient_GameInfo.md&amp;value=---%0Auid%3A%20Robust.Client.BaseClient.GameInfo%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client/BaseClient.cs/#L45">View Source</a>
</span>
<a id="Robust_Client_BaseClient_GameInfo_" data-uid="Robust.Client.BaseClient.GameInfo*"></a>
<h4 id="Robust_Client_BaseClient_GameInfo" data-uid="Robust.Client.BaseClient.GameInfo">GameInfo</h4>
<div class="markdown level1 summary"><p>Various bits of config info received when setting up a session.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ServerInfo GameInfo { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Robust.Client.ServerInfo.html">ServerInfo</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_BaseClient_LastDisconnectReason.md&amp;value=---%0Auid%3A%20Robust.Client.BaseClient.LastDisconnectReason%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client/BaseClient.cs/#L50">View Source</a>
</span>
<a id="Robust_Client_BaseClient_LastDisconnectReason_" data-uid="Robust.Client.BaseClient.LastDisconnectReason*"></a>
<h4 id="Robust_Client_BaseClient_LastDisconnectReason" data-uid="Robust.Client.BaseClient.LastDisconnectReason">LastDisconnectReason</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string? LastDisconnectReason { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_BaseClient_PlayerNameOverride.md&amp;value=---%0Auid%3A%20Robust.Client.BaseClient.PlayerNameOverride%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client/BaseClient.cs/#L48">View Source</a>
</span>
<a id="Robust_Client_BaseClient_PlayerNameOverride_" data-uid="Robust.Client.BaseClient.PlayerNameOverride*"></a>
<h4 id="Robust_Client_BaseClient_PlayerNameOverride" data-uid="Robust.Client.BaseClient.PlayerNameOverride">PlayerNameOverride</h4>
<div class="markdown level1 summary"><p>A player name to use when connecting to the server instead of the one found in the configuration.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string? PlayerNameOverride { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_BaseClient_RunLevel.md&amp;value=---%0Auid%3A%20Robust.Client.BaseClient.RunLevel%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client/BaseClient.cs/#L42">View Source</a>
</span>
<a id="Robust_Client_BaseClient_RunLevel_" data-uid="Robust.Client.BaseClient.RunLevel*"></a>
<h4 id="Robust_Client_BaseClient_RunLevel" data-uid="Robust.Client.BaseClient.RunLevel">RunLevel</h4>
<div class="markdown level1 summary"><p>Current RunLevel that the client is at.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ClientRunLevel RunLevel { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Robust.Client.ClientRunLevel.html">ClientRunLevel</a></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_BaseClient_ConnectToServer_DnsEndPoint_.md&amp;value=---%0Auid%3A%20Robust.Client.BaseClient.ConnectToServer(DnsEndPoint)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client/BaseClient.cs/#L102">View Source</a>
</span>
<a id="Robust_Client_BaseClient_ConnectToServer_" data-uid="Robust.Client.BaseClient.ConnectToServer*"></a>
<h4 id="Robust_Client_BaseClient_ConnectToServer_DnsEndPoint_" data-uid="Robust.Client.BaseClient.ConnectToServer(DnsEndPoint)">ConnectToServer(DnsEndPoint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void ConnectToServer(DnsEndPoint endPoint)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">DnsEndPoint</span></td>
<td><span class="parametername">endPoint</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_BaseClient_DisconnectFromServer_System_String_.md&amp;value=---%0Auid%3A%20Robust.Client.BaseClient.DisconnectFromServer(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client/BaseClient.cs/#L119">View Source</a>
</span>
<a id="Robust_Client_BaseClient_DisconnectFromServer_" data-uid="Robust.Client.BaseClient.DisconnectFromServer*"></a>
<h4 id="Robust_Client_BaseClient_DisconnectFromServer_System_String_" data-uid="Robust.Client.BaseClient.DisconnectFromServer(System.String)">DisconnectFromServer(String)</h4>
<div class="markdown level1 summary"><p>Disconnects the connected BaseClient from a remote server.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void DisconnectFromServer(string reason)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">reason</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_BaseClient_Initialize.md&amp;value=---%0Auid%3A%20Robust.Client.BaseClient.Initialize%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client/BaseClient.cs/#L56">View Source</a>
</span>
<a id="Robust_Client_BaseClient_Initialize_" data-uid="Robust.Client.BaseClient.Initialize*"></a>
<h4 id="Robust_Client_BaseClient_Initialize" data-uid="Robust.Client.BaseClient.Initialize">Initialize()</h4>
<div class="markdown level1 summary"><p>Call this after BaseClient has been created. This sets up the object to its initial state. Only call this once.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Initialize()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_BaseClient_StartSinglePlayer.md&amp;value=---%0Auid%3A%20Robust.Client.BaseClient.StartSinglePlayer%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client/BaseClient.cs/#L129">View Source</a>
</span>
<a id="Robust_Client_BaseClient_StartSinglePlayer_" data-uid="Robust.Client.BaseClient.StartSinglePlayer*"></a>
<h4 id="Robust_Client_BaseClient_StartSinglePlayer" data-uid="Robust.Client.BaseClient.StartSinglePlayer">StartSinglePlayer()</h4>
<div class="markdown level1 summary"><p>Starts the single player mode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void StartSinglePlayer()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_BaseClient_StopSinglePlayer.md&amp;value=---%0Auid%3A%20Robust.Client.BaseClient.StopSinglePlayer%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client/BaseClient.cs/#L140">View Source</a>
</span>
<a id="Robust_Client_BaseClient_StopSinglePlayer_" data-uid="Robust.Client.BaseClient.StopSinglePlayer*"></a>
<h4 id="Robust_Client_BaseClient_StopSinglePlayer" data-uid="Robust.Client.BaseClient.StopSinglePlayer">StopSinglePlayer()</h4>
<div class="markdown level1 summary"><p>Stops the single player mode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void StopSinglePlayer()</code></pre>
</div>
<h3 id="events">Events
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_BaseClient_PlayerJoinedGame.md&amp;value=---%0Auid%3A%20Robust.Client.BaseClient.PlayerJoinedGame%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client/BaseClient.cs/#L151">View Source</a>
</span>
<h4 id="Robust_Client_BaseClient_PlayerJoinedGame" data-uid="Robust.Client.BaseClient.PlayerJoinedGame">PlayerJoinedGame</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event EventHandler&lt;PlayerEventArgs&gt;? PlayerJoinedGame</code></pre>
</div>
<h5 class="eventType">Event Type</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">EventHandler</span>&lt;<a class="xref" href="Robust.Client.PlayerEventArgs.html">PlayerEventArgs</a>&gt;&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_BaseClient_PlayerJoinedServer.md&amp;value=---%0Auid%3A%20Robust.Client.BaseClient.PlayerJoinedServer%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client/BaseClient.cs/#L150">View Source</a>
</span>
<h4 id="Robust_Client_BaseClient_PlayerJoinedServer" data-uid="Robust.Client.BaseClient.PlayerJoinedServer">PlayerJoinedServer</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event EventHandler&lt;PlayerEventArgs&gt;? PlayerJoinedServer</code></pre>
</div>
<h5 class="eventType">Event Type</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">EventHandler</span>&lt;<a class="xref" href="Robust.Client.PlayerEventArgs.html">PlayerEventArgs</a>&gt;&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_BaseClient_PlayerLeaveServer.md&amp;value=---%0Auid%3A%20Robust.Client.BaseClient.PlayerLeaveServer%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client/BaseClient.cs/#L152">View Source</a>
</span>
<h4 id="Robust_Client_BaseClient_PlayerLeaveServer" data-uid="Robust.Client.BaseClient.PlayerLeaveServer">PlayerLeaveServer</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event EventHandler&lt;PlayerEventArgs&gt;? PlayerLeaveServer</code></pre>
</div>
<h5 class="eventType">Event Type</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">EventHandler</span>&lt;<a class="xref" href="Robust.Client.PlayerEventArgs.html">PlayerEventArgs</a>&gt;&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_BaseClient_RunLevelChanged.md&amp;value=---%0Auid%3A%20Robust.Client.BaseClient.RunLevelChanged%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client/BaseClient.cs/#L148">View Source</a>
</span>
<h4 id="Robust_Client_BaseClient_RunLevelChanged" data-uid="Robust.Client.BaseClient.RunLevelChanged">RunLevelChanged</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event EventHandler&lt;RunLevelChangedEventArgs&gt;? RunLevelChanged</code></pre>
</div>
<h5 class="eventType">Event Type</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">EventHandler</span>&lt;<a class="xref" href="Robust.Client.RunLevelChangedEventArgs.html">RunLevelChangedEventArgs</a>&gt;&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="eii">Explicit Interface Implementations
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_BaseClient_Robust_Shared_IoC_IPostInjectInit_PostInject.md&amp;value=---%0Auid%3A%20Robust.Client.BaseClient.Robust%23Shared%23IoC%23IPostInjectInit%23PostInject%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client/BaseClient.cs/#L289">View Source</a>
</span>
<a id="Robust_Client_BaseClient_Robust_Shared_IoC_IPostInjectInit_PostInject_" data-uid="Robust.Client.BaseClient.Robust#Shared#IoC#IPostInjectInit#PostInject*"></a>
<h4 id="Robust_Client_BaseClient_Robust_Shared_IoC_IPostInjectInit_PostInject" data-uid="Robust.Client.BaseClient.Robust#Shared#IoC#IPostInjectInit#PostInject">IPostInjectInit.PostInject()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void IPostInjectInit.PostInject()</code></pre>
</div>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Robust.Client.IBaseClient.html">IBaseClient</a>
</div>
<div>
<a class="xref" href="../Robust.Shared/Robust.Shared.IoC.IPostInjectInit.html">IPostInjectInit</a>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/space-wizards/RobustToolbox/new/master/apiSpec/new?filename=Robust_Client_BaseClient.md&amp;value=---%0Auid%3A%20Robust.Client.BaseClient%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/space-wizards/RobustToolbox/blob/master/Robust.Client/BaseClient.cs/#L26" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<div class="toggle-mode">
<div class="icon">
<i aria-hidden="true"></i>
</div>
<label class="switch">
<input type="checkbox" id="switch-style">
<span class="slider round"></span>
</label>
<div class="icon">
<i aria-hidden="true"></i>
</div>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<div class="pull-left">
<span>Generated by <strong>DocFX</strong></span>
</div>
<div class="toggle-mode pull-right visible-sm visible-xs">
<div class="icon">
<i aria-hidden="true"></i>
</div>
<label class="switch">
<input type="checkbox" id="switch-style-m">
<span class="slider round"></span>
</label>
<div class="icon">
<i aria-hidden="true"></i>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="../../styles/toggle-theme.js"></script>
</footer> </div>
<script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../../styles/docfx.js"></script>
<script type="text/javascript" src="../../styles/main.js"></script>
</body>
</html>