Files
space-station-14/api/Content.Client/Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.html
2023-10-08 01:38:46 +00:00

581 lines
34 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 UserAHelpUIHandler
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class UserAHelpUIHandler
">
<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="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler">
<h1 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler" class="text-break">Class UserAHelpUIHandler
</h1>
<div class="markdown level0 summary"></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">UserAHelpUIHandler</span></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><a class="xref" href="Content.Client.UserInterface.Systems.Bwoink.IAHelpUIHandler.html">IAHelpUIHandler</a></div>
<div><span class="xref">IDisposable</span></div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Content.Client.UserInterface.Systems.Bwoink.html">Content.Client.UserInterface.Systems.Bwoink</a></h6>
<h6><strong>Assembly</strong>: Content.Client.dll</h6>
<h5 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class UserAHelpUIHandler : object, IAHelpUIHandler, IDisposable</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/space-station-14/new/master/apiSpec/new?filename=Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler__ctor_Robust_Shared_Network_NetUserId_.md&amp;value=---%0Auid%3A%20Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.%23ctor(Robust.Shared.Network.NetUserId)%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/space-station-14/blob/master/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs/#L484">View Source</a>
</span>
<a id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler__ctor_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.#ctor*"></a>
<h4 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler__ctor_Robust_Shared_Network_NetUserId_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.#ctor(Robust.Shared.Network.NetUserId)">UserAHelpUIHandler(NetUserId)</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 UserAHelpUIHandler(NetUserId owner)</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">Robust.Shared.Network.NetUserId</span></td>
<td><span class="parametername">owner</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/space-station-14/new/master/apiSpec/new?filename=Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_IsAdmin.md&amp;value=---%0Auid%3A%20Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.IsAdmin%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/space-station-14/blob/master/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs/#L488">View Source</a>
</span>
<a id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_IsAdmin_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.IsAdmin*"></a>
<h4 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_IsAdmin" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.IsAdmin">IsAdmin</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 bool IsAdmin { 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.Boolean</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/space-station-14/new/master/apiSpec/new?filename=Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_IsOpen.md&amp;value=---%0Auid%3A%20Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.IsOpen%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/space-station-14/blob/master/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs/#L489">View Source</a>
</span>
<a id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_IsOpen_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.IsOpen*"></a>
<h4 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_IsOpen" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.IsOpen">IsOpen</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 bool IsOpen { 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.Boolean</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/space-station-14/new/master/apiSpec/new?filename=Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_SendMessageAction.md&amp;value=---%0Auid%3A%20Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.SendMessageAction%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/space-station-14/blob/master/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs/#L541">View Source</a>
</span>
<a id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_SendMessageAction_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.SendMessageAction*"></a>
<h4 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_SendMessageAction" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.SendMessageAction">SendMessageAction</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 Action&lt;NetUserId, string&gt;? SendMessageAction { 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">Action</span>&lt;<span class="xref">Robust.Shared.Network.NetUserId</span>, <span class="xref">System.String</span>&gt;&gt;</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/space-station-14/new/master/apiSpec/new?filename=Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_Close.md&amp;value=---%0Auid%3A%20Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.Close%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/space-station-14/blob/master/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs/#L502">View Source</a>
</span>
<a id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_Close_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.Close*"></a>
<h4 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_Close" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.Close">Close()</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 Close()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/space-station-14/new/master/apiSpec/new?filename=Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_DiscordRelayChanged_System_Boolean_.md&amp;value=---%0Auid%3A%20Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.DiscordRelayChanged(System.Boolean)%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/space-station-14/blob/master/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs/#L525">View Source</a>
</span>
<a id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_DiscordRelayChanged_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.DiscordRelayChanged*"></a>
<h4 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_DiscordRelayChanged_System_Boolean_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.DiscordRelayChanged(System.Boolean)">DiscordRelayChanged(Boolean)</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 DiscordRelayChanged(bool active)</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.Boolean</span></td>
<td><span class="parametername">active</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/space-station-14/new/master/apiSpec/new?filename=Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_Dispose.md&amp;value=---%0Auid%3A%20Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.Dispose%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/space-station-14/blob/master/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs/#L569">View Source</a>
</span>
<a id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_Dispose_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.Dispose*"></a>
<h4 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_Dispose" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.Dispose">Dispose()</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 Dispose()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/space-station-14/new/master/apiSpec/new?filename=Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_Open_Robust_Shared_Network_NetUserId_System_Boolean_.md&amp;value=---%0Auid%3A%20Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.Open(Robust.Shared.Network.NetUserId%2CSystem.Boolean)%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/space-station-14/blob/master/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs/#L544">View Source</a>
</span>
<a id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_Open_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.Open*"></a>
<h4 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_Open_Robust_Shared_Network_NetUserId_System_Boolean_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.Open(Robust.Shared.Network.NetUserId,System.Boolean)">Open(NetUserId, Boolean)</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 Open(NetUserId channelId, bool relayActive)</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">Robust.Shared.Network.NetUserId</span></td>
<td><span class="parametername">channelId</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">relayActive</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/space-station-14/new/master/apiSpec/new?filename=Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_PeopleTypingUpdated_Content_Shared_Administration_BwoinkPlayerTypingUpdated_.md&amp;value=---%0Auid%3A%20Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.PeopleTypingUpdated(Content.Shared.Administration.BwoinkPlayerTypingUpdated)%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/space-station-14/blob/master/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs/#L535">View Source</a>
</span>
<a id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_PeopleTypingUpdated_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.PeopleTypingUpdated*"></a>
<h4 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_PeopleTypingUpdated_Content_Shared_Administration_BwoinkPlayerTypingUpdated_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.PeopleTypingUpdated(Content.Shared.Administration.BwoinkPlayerTypingUpdated)">PeopleTypingUpdated(BwoinkPlayerTypingUpdated)</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 PeopleTypingUpdated(BwoinkPlayerTypingUpdated args)</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><a class="xref" href="../Content.Shared/Content.Shared.Administration.BwoinkPlayerTypingUpdated.html">BwoinkPlayerTypingUpdated</a></td>
<td><span class="parametername">args</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/space-station-14/new/master/apiSpec/new?filename=Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_PopOut.md&amp;value=---%0Auid%3A%20Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.PopOut%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/space-station-14/blob/master/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs/#L521">View Source</a>
</span>
<a id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_PopOut_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.PopOut*"></a>
<h4 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_PopOut" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.PopOut">PopOut()</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 PopOut()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/space-wizards/space-station-14/new/master/apiSpec/new?filename=Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_Receive_Content_Shared_Administration_SharedBwoinkSystem_BwoinkTextMessage_.md&amp;value=---%0Auid%3A%20Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.Receive(Content.Shared.Administration.SharedBwoinkSystem.BwoinkTextMessage)%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/space-station-14/blob/master/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs/#L494">View Source</a>
</span>
<a id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_Receive_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.Receive*"></a>
<h4 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_Receive_Content_Shared_Administration_SharedBwoinkSystem_BwoinkTextMessage_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.Receive(Content.Shared.Administration.SharedBwoinkSystem.BwoinkTextMessage)">Receive(SharedBwoinkSystem.BwoinkTextMessage)</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 Receive(SharedBwoinkSystem.BwoinkTextMessage message)</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><a class="xref" href="../Content.Shared/Content.Shared.Administration.SharedBwoinkSystem.BwoinkTextMessage.html">SharedBwoinkSystem.BwoinkTextMessage</a></td>
<td><span class="parametername">message</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/space-station-14/new/master/apiSpec/new?filename=Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_ToggleWindow.md&amp;value=---%0Auid%3A%20Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.ToggleWindow%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/space-station-14/blob/master/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs/#L507">View Source</a>
</span>
<a id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_ToggleWindow_" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.ToggleWindow*"></a>
<h4 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_ToggleWindow" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.ToggleWindow">ToggleWindow()</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 ToggleWindow()</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/space-station-14/new/master/apiSpec/new?filename=Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_InputTextChanged.md&amp;value=---%0Auid%3A%20Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.InputTextChanged%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/space-station-14/blob/master/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs/#L542">View Source</a>
</span>
<h4 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_InputTextChanged" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.InputTextChanged">InputTextChanged</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 Action&lt;NetUserId, string&gt;? InputTextChanged</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">Action</span>&lt;<span class="xref">Robust.Shared.Network.NetUserId</span>, <span class="xref">System.String</span>&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/space-station-14/new/master/apiSpec/new?filename=Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_OnClose.md&amp;value=---%0Auid%3A%20Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.OnClose%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/space-station-14/blob/master/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs/#L539">View Source</a>
</span>
<h4 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_OnClose" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.OnClose">OnClose</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 Action? OnClose</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">Action</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/space-station-14/new/master/apiSpec/new?filename=Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_OnOpen.md&amp;value=---%0Auid%3A%20Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.OnOpen%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/space-station-14/blob/master/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs/#L540">View Source</a>
</span>
<h4 id="Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler_OnOpen" data-uid="Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler.OnOpen">OnOpen</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 Action? OnOpen</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">Action</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Content.Client.UserInterface.Systems.Bwoink.IAHelpUIHandler.html">IAHelpUIHandler</a>
</div>
<div>
<span class="xref">IDisposable</span>
</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/space-station-14/new/master/apiSpec/new?filename=Content_Client_UserInterface_Systems_Bwoink_UserAHelpUIHandler.md&amp;value=---%0Auid%3A%20Content.Client.UserInterface.Systems.Bwoink.UserAHelpUIHandler%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/space-station-14/blob/master/Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs/#L481" 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>