Files
space-station-14/api/Content.Client/Content.Client.Actions.ActionsSystem.html
2023-10-08 01:38:46 +00:00

765 lines
42 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 ActionsSystem
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class ActionsSystem
">
<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.Actions.ActionsSystem">
<h1 id="Content_Client_Actions_ActionsSystem" data-uid="Content.Client.Actions.ActionsSystem" class="text-break">Class ActionsSystem
</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"><a class="xref" href="../Content.Shared/Content.Shared.Actions.SharedActionsSystem.html">SharedActionsSystem</a></div>
<div class="level2"><span class="xref">ActionsSystem</span></div>
</div>
<div class="inheritedMembers">
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Content.Client.Actions.html">Content.Client.Actions</a></h6>
<h6><strong>Assembly</strong>: Content.Client.dll</h6>
<h5 id="Content_Client_Actions_ActionsSystem_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class ActionsSystem : SharedActionsSystem</code></pre>
</div>
<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_Actions_ActionsSystem_ActionAdded_EntityUid_EntityUid_Content_Shared_Actions_ActionsComponent_Content_Shared_Actions_BaseActionComponent_.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.ActionAdded(EntityUid%2CEntityUid%2CContent.Shared.Actions.ActionsComponent%2CContent.Shared.Actions.BaseActionComponent)%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/Actions/ActionsSystem.cs/#L175">View Source</a>
</span>
<a id="Content_Client_Actions_ActionsSystem_ActionAdded_" data-uid="Content.Client.Actions.ActionsSystem.ActionAdded*"></a>
<h4 id="Content_Client_Actions_ActionsSystem_ActionAdded_EntityUid_EntityUid_Content_Shared_Actions_ActionsComponent_Content_Shared_Actions_BaseActionComponent_" data-uid="Content.Client.Actions.ActionsSystem.ActionAdded(EntityUid,EntityUid,Content.Shared.Actions.ActionsComponent,Content.Shared.Actions.BaseActionComponent)">ActionAdded(EntityUid, EntityUid, ActionsComponent, BaseActionComponent)</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">protected override void ActionAdded(EntityUid performer, EntityUid actionId, ActionsComponent comp, BaseActionComponent action)</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">EntityUid</span></td>
<td><span class="parametername">performer</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">EntityUid</span></td>
<td><span class="parametername">actionId</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="../Content.Shared/Content.Shared.Actions.ActionsComponent.html">ActionsComponent</a></td>
<td><span class="parametername">comp</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="../Content.Shared/Content.Shared.Actions.BaseActionComponent.html">BaseActionComponent</a></td>
<td><span class="parametername">action</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_Actions_ActionsSystem_ActionComparer_System_ValueTuple_EntityUid_Content_Shared_Actions_BaseActionComponent__System_ValueTuple_EntityUid_Content_Shared_Actions_BaseActionComponent__.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.ActionComparer(System.ValueTuple%7BEntityUid%2CContent.Shared.Actions.BaseActionComponent%7D%2CSystem.ValueTuple%7BEntityUid%2CContent.Shared.Actions.BaseActionComponent%7D)%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/Actions/ActionsSystem.cs/#L163">View Source</a>
</span>
<a id="Content_Client_Actions_ActionsSystem_ActionComparer_" data-uid="Content.Client.Actions.ActionsSystem.ActionComparer*"></a>
<h4 id="Content_Client_Actions_ActionsSystem_ActionComparer_System_ValueTuple_EntityUid_Content_Shared_Actions_BaseActionComponent__System_ValueTuple_EntityUid_Content_Shared_Actions_BaseActionComponent__" data-uid="Content.Client.Actions.ActionsSystem.ActionComparer(System.ValueTuple{EntityUid,Content.Shared.Actions.BaseActionComponent},System.ValueTuple{EntityUid,Content.Shared.Actions.BaseActionComponent})">ActionComparer((EntityUid, BaseActionComponent), (EntityUid, BaseActionComponent))</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 static int ActionComparer((EntityUid, BaseActionComponent) a, (EntityUid, BaseActionComponent) b)</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.ValueTuple</span>&lt;<span class="xref">EntityUid</span>, <a class="xref" href="../Content.Shared/Content.Shared.Actions.BaseActionComponent.html">BaseActionComponent</a>&gt;</td>
<td><span class="parametername">a</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.ValueTuple</span>&lt;<span class="xref">EntityUid</span>, <a class="xref" href="../Content.Shared/Content.Shared.Actions.BaseActionComponent.html">BaseActionComponent</a>&gt;</td>
<td><span class="parametername">b</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</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.Int32</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_Actions_ActionsSystem_ActionRemoved_EntityUid_EntityUid_Content_Shared_Actions_ActionsComponent_Content_Shared_Actions_BaseActionComponent_.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.ActionRemoved(EntityUid%2CEntityUid%2CContent.Shared.Actions.ActionsComponent%2CContent.Shared.Actions.BaseActionComponent)%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/Actions/ActionsSystem.cs/#L184">View Source</a>
</span>
<a id="Content_Client_Actions_ActionsSystem_ActionRemoved_" data-uid="Content.Client.Actions.ActionsSystem.ActionRemoved*"></a>
<h4 id="Content_Client_Actions_ActionsSystem_ActionRemoved_EntityUid_EntityUid_Content_Shared_Actions_ActionsComponent_Content_Shared_Actions_BaseActionComponent_" data-uid="Content.Client.Actions.ActionsSystem.ActionRemoved(EntityUid,EntityUid,Content.Shared.Actions.ActionsComponent,Content.Shared.Actions.BaseActionComponent)">ActionRemoved(EntityUid, EntityUid, ActionsComponent, BaseActionComponent)</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">protected override void ActionRemoved(EntityUid performer, EntityUid actionId, ActionsComponent comp, BaseActionComponent action)</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">EntityUid</span></td>
<td><span class="parametername">performer</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">EntityUid</span></td>
<td><span class="parametername">actionId</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="../Content.Shared/Content.Shared.Actions.ActionsComponent.html">ActionsComponent</a></td>
<td><span class="parametername">comp</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="../Content.Shared/Content.Shared.Actions.BaseActionComponent.html">BaseActionComponent</a></td>
<td><span class="parametername">action</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_Actions_ActionsSystem_GetClientActions.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.GetClientActions%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/Actions/ActionsSystem.cs/#L192">View Source</a>
</span>
<a id="Content_Client_Actions_ActionsSystem_GetClientActions_" data-uid="Content.Client.Actions.ActionsSystem.GetClientActions*"></a>
<h4 id="Content_Client_Actions_ActionsSystem_GetClientActions" data-uid="Content.Client.Actions.ActionsSystem.GetClientActions">GetClientActions()</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 IEnumerable&lt;(EntityUid Id, BaseActionComponent Comp)&gt; GetClientActions()</code></pre>
</div>
<h5 class="returns">Returns</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">IEnumerable</span>&lt;<span class="xref">System.ValueTuple</span>&lt;<span class="xref">EntityUid</span>, <a class="xref" href="../Content.Shared/Content.Shared.Actions.BaseActionComponent.html">BaseActionComponent</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/space-station-14/new/master/apiSpec/new?filename=Content_Client_Actions_ActionsSystem_Initialize.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.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/space-station-14/blob/master/Content.Client/Actions/ActionsSystem.cs/#L42">View Source</a>
</span>
<a id="Content_Client_Actions_ActionsSystem_Initialize_" data-uid="Content.Client.Actions.ActionsSystem.Initialize*"></a>
<h4 id="Content_Client_Actions_ActionsSystem_Initialize" data-uid="Content.Client.Actions.ActionsSystem.Initialize">Initialize()</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 override void Initialize()</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="../Content.Shared/Content.Shared.Actions.SharedActionsSystem.html#Content_Shared_Actions_SharedActionsSystem_Initialize">SharedActionsSystem.Initialize()</a></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_Actions_ActionsSystem_LinkAllActions_Content_Shared_Actions_ActionsComponent_.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.LinkAllActions(Content.Shared.Actions.ActionsComponent)%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/Actions/ActionsSystem.cs/#L215">View Source</a>
</span>
<a id="Content_Client_Actions_ActionsSystem_LinkAllActions_" data-uid="Content.Client.Actions.ActionsSystem.LinkAllActions*"></a>
<h4 id="Content_Client_Actions_ActionsSystem_LinkAllActions_Content_Shared_Actions_ActionsComponent_" data-uid="Content.Client.Actions.ActionsSystem.LinkAllActions(Content.Shared.Actions.ActionsComponent)">LinkAllActions(ActionsComponent)</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 LinkAllActions(ActionsComponent actions = null)</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.Actions.ActionsComponent.html">ActionsComponent</a></td>
<td><span class="parametername">actions</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_Actions_ActionsSystem_LoadActionAssignments_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.LoadActionAssignments(System.String%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/Actions/ActionsSystem.cs/#L260">View Source</a>
</span>
<a id="Content_Client_Actions_ActionsSystem_LoadActionAssignments_" data-uid="Content.Client.Actions.ActionsSystem.LoadActionAssignments*"></a>
<h4 id="Content_Client_Actions_ActionsSystem_LoadActionAssignments_System_String_System_Boolean_" data-uid="Content.Client.Actions.ActionsSystem.LoadActionAssignments(System.String,System.Boolean)">LoadActionAssignments(String, Boolean)</h4>
<div class="markdown level1 summary"><p>Load actions and their toolbar assignments from a file.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void LoadActionAssignments(string path, bool userData)</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">path</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">userData</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_Actions_ActionsSystem_Shutdown.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.Shutdown%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/Actions/ActionsSystem.cs/#L226">View Source</a>
</span>
<a id="Content_Client_Actions_ActionsSystem_Shutdown_" data-uid="Content.Client.Actions.ActionsSystem.Shutdown*"></a>
<h4 id="Content_Client_Actions_ActionsSystem_Shutdown" data-uid="Content.Client.Actions.ActionsSystem.Shutdown">Shutdown()</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 override void Shutdown()</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_Actions_ActionsSystem_TriggerAction_EntityUid_Content_Shared_Actions_BaseActionComponent_.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.TriggerAction(EntityUid%2CContent.Shared.Actions.BaseActionComponent)%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/Actions/ActionsSystem.cs/#L232">View Source</a>
</span>
<a id="Content_Client_Actions_ActionsSystem_TriggerAction_" data-uid="Content.Client.Actions.ActionsSystem.TriggerAction*"></a>
<h4 id="Content_Client_Actions_ActionsSystem_TriggerAction_EntityUid_Content_Shared_Actions_BaseActionComponent_" data-uid="Content.Client.Actions.ActionsSystem.TriggerAction(EntityUid,Content.Shared.Actions.BaseActionComponent)">TriggerAction(EntityUid, BaseActionComponent)</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 TriggerAction(EntityUid actionId, BaseActionComponent action)</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">EntityUid</span></td>
<td><span class="parametername">actionId</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="../Content.Shared/Content.Shared.Actions.BaseActionComponent.html">BaseActionComponent</a></td>
<td><span class="parametername">action</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_Actions_ActionsSystem_UnlinkAllActions.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.UnlinkAllActions%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/Actions/ActionsSystem.cs/#L210">View Source</a>
</span>
<a id="Content_Client_Actions_ActionsSystem_UnlinkAllActions_" data-uid="Content.Client.Actions.ActionsSystem.UnlinkAllActions*"></a>
<h4 id="Content_Client_Actions_ActionsSystem_UnlinkAllActions" data-uid="Content.Client.Actions.ActionsSystem.UnlinkAllActions">UnlinkAllActions()</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 UnlinkAllActions()</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_Actions_ActionsSystem_UpdateAction_System_Nullable_EntityUid__Content_Shared_Actions_BaseActionComponent_.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.UpdateAction(System.Nullable%7BEntityUid%7D%2CContent.Shared.Actions.BaseActionComponent)%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/Actions/ActionsSystem.cs/#L106">View Source</a>
</span>
<a id="Content_Client_Actions_ActionsSystem_UpdateAction_" data-uid="Content.Client.Actions.ActionsSystem.UpdateAction*"></a>
<h4 id="Content_Client_Actions_ActionsSystem_UpdateAction_System_Nullable_EntityUid__Content_Shared_Actions_BaseActionComponent_" data-uid="Content.Client.Actions.ActionsSystem.UpdateAction(System.Nullable{EntityUid},Content.Shared.Actions.BaseActionComponent)">UpdateAction(Nullable&lt;EntityUid&gt;, BaseActionComponent)</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">protected override void UpdateAction(EntityUid? actionId, BaseActionComponent action = null)</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.Nullable</span>&lt;<span class="xref">EntityUid</span>&gt;</td>
<td><span class="parametername">actionId</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="../Content.Shared/Content.Shared.Actions.BaseActionComponent.html">BaseActionComponent</a></td>
<td><span class="parametername">action</span></td>
<td></td>
</tr>
</tbody>
</table>
<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_Actions_ActionsSystem_ActionReplaced.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.ActionReplaced%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/Actions/ActionsSystem.cs/#L32">View Source</a>
</span>
<h4 id="Content_Client_Actions_ActionsSystem_ActionReplaced" data-uid="Content.Client.Actions.ActionsSystem.ActionReplaced">ActionReplaced</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 ActionsSystem.OnActionReplaced ActionReplaced</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><a class="xref" href="Content.Client.Actions.ActionsSystem.OnActionReplaced.html">ActionsSystem.OnActionReplaced</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/space-station-14/new/master/apiSpec/new?filename=Content_Client_Actions_ActionsSystem_ActionsUpdated.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.ActionsUpdated%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/Actions/ActionsSystem.cs/#L33">View Source</a>
</span>
<h4 id="Content_Client_Actions_ActionsSystem_ActionsUpdated" data-uid="Content.Client.Actions.ActionsSystem.ActionsUpdated">ActionsUpdated</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? ActionsUpdated</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_Actions_ActionsSystem_AssignSlot.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.AssignSlot%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/Actions/ActionsSystem.cs/#L37">View Source</a>
</span>
<h4 id="Content_Client_Actions_ActionsSystem_AssignSlot" data-uid="Content.Client.Actions.ActionsSystem.AssignSlot">AssignSlot</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;List&lt;ActionsSystem.SlotAssignment&gt;&gt;? AssignSlot</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">List</span>&lt;<span class="xref">Content.Client.Actions.ActionsSystem.SlotAssignment</span>&gt;&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_Actions_ActionsSystem_ClearAssignments.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.ClearAssignments%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/Actions/ActionsSystem.cs/#L36">View Source</a>
</span>
<h4 id="Content_Client_Actions_ActionsSystem_ClearAssignments" data-uid="Content.Client.Actions.ActionsSystem.ClearAssignments">ClearAssignments</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? ClearAssignments</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_Actions_ActionsSystem_LinkActions.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.LinkActions%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/Actions/ActionsSystem.cs/#L34">View Source</a>
</span>
<h4 id="Content_Client_Actions_ActionsSystem_LinkActions" data-uid="Content.Client.Actions.ActionsSystem.LinkActions">LinkActions</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;ActionsComponent&gt;? LinkActions</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;<a class="xref" href="../Content.Shared/Content.Shared.Actions.ActionsComponent.html">ActionsComponent</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/space-station-14/new/master/apiSpec/new?filename=Content_Client_Actions_ActionsSystem_OnActionAdded.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.OnActionAdded%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/Actions/ActionsSystem.cs/#L30">View Source</a>
</span>
<h4 id="Content_Client_Actions_ActionsSystem_OnActionAdded" data-uid="Content.Client.Actions.ActionsSystem.OnActionAdded">OnActionAdded</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;EntityUid&gt;? OnActionAdded</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">EntityUid</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_Actions_ActionsSystem_OnActionRemoved.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.OnActionRemoved%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/Actions/ActionsSystem.cs/#L31">View Source</a>
</span>
<h4 id="Content_Client_Actions_ActionsSystem_OnActionRemoved" data-uid="Content.Client.Actions.ActionsSystem.OnActionRemoved">OnActionRemoved</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;EntityUid&gt;? OnActionRemoved</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">EntityUid</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_Actions_ActionsSystem_UnlinkActions.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem.UnlinkActions%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/Actions/ActionsSystem.cs/#L35">View Source</a>
</span>
<h4 id="Content_Client_Actions_ActionsSystem_UnlinkActions" data-uid="Content.Client.Actions.ActionsSystem.UnlinkActions">UnlinkActions</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? UnlinkActions</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>
</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_Actions_ActionsSystem.md&amp;value=---%0Auid%3A%20Content.Client.Actions.ActionsSystem%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/Actions/ActionsSystem.cs/#L20" 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>