docs: regenerate, include docfx config

This commit is contained in:
goat 2020-02-14 20:24:41 +09:00
parent 6e486d0cea
commit c59f53db2f
384 changed files with 248388 additions and 1052 deletions

View file

@ -10,13 +10,13 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class CommandManager
">
<meta name="generator" content="docfx 2.43.1.0">
<meta name="generator" content="docfx 2.48.1.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:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
@ -73,7 +73,8 @@
<h1 id="Dalamud_Game_Command_CommandManager" data-uid="Dalamud.Game.Command.CommandManager" class="text-break">Class CommandManager
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 summary"><p>This class manages registered in-game slash commands.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
@ -112,15 +113,20 @@
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Command_CommandManager__ctor_Dalamud_Dalamud_Dalamud_ClientLanguage_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Command.CommandManager.%23ctor(Dalamud.Dalamud%2CDalamud.ClientLanguage)%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/goaaats/Dalamud/blob/master/Dalamud/Game/Command/CommandManager.cs/#L39">View Source</a>
</span>
<a id="Dalamud_Game_Command_CommandManager__ctor_" data-uid="Dalamud.Game.Command.CommandManager.#ctor*"></a>
<h4 id="Dalamud_Game_Command_CommandManager__ctor_Dalamud_Dalamud_System_Int32_" data-uid="Dalamud.Game.Command.CommandManager.#ctor(Dalamud.Dalamud,System.Int32)">CommandManager(Dalamud, Int32)</h4>
<h4 id="Dalamud_Game_Command_CommandManager__ctor_Dalamud_Dalamud_Dalamud_ClientLanguage_" data-uid="Dalamud.Game.Command.CommandManager.#ctor(Dalamud.Dalamud,Dalamud.ClientLanguage)">CommandManager(Dalamud, ClientLanguage)</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 CommandManager(Dalamud dalamud, int langId)</code></pre>
<pre><code class="lang-csharp hljs">public CommandManager(Dalamud dalamud, ClientLanguage language)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@ -138,19 +144,25 @@
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">langId</span></td>
<td><span class="xref">Dalamud.ClientLanguage</span></td>
<td><span class="parametername">language</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/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Command_CommandManager_Commands.md&amp;value=---%0Auid%3A%20Dalamud.Game.Command.CommandManager.Commands%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/goaaats/Dalamud/blob/master/Dalamud/Game/Command/CommandManager.cs/#L21">View Source</a>
</span>
<a id="Dalamud_Game_Command_CommandManager_Commands_" data-uid="Dalamud.Game.Command.CommandManager.Commands*"></a>
<h4 id="Dalamud_Game_Command_CommandManager_Commands" data-uid="Dalamud.Game.Command.CommandManager.Commands">Commands</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Read-only list of all registered commands.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -173,11 +185,17 @@
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Command_CommandManager_AddHandler_System_String_Dalamud_Game_Command_CommandInfo_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Command.CommandManager.AddHandler(System.String%2CDalamud.Game.Command.CommandInfo)%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/goaaats/Dalamud/blob/master/Dalamud/Game/Command/CommandManager.cs/#L122">View Source</a>
</span>
<a id="Dalamud_Game_Command_CommandManager_AddHandler_" data-uid="Dalamud.Game.Command.CommandManager.AddHandler*"></a>
<h4 id="Dalamud_Game_Command_CommandManager_AddHandler_System_String_Dalamud_Game_Command_CommandInfo_" data-uid="Dalamud.Game.Command.CommandManager.AddHandler(System.String,Dalamud.Game.Command.CommandInfo)">AddHandler(String, CommandInfo)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Add a command handler, which you can use to add your own custom commands to the in-game chat.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -196,12 +214,14 @@
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">command</span></td>
<td></td>
<td><p>The command to register.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.Game.Command.CommandInfo.html">CommandInfo</a></td>
<td><span class="parametername">info</span></td>
<td></td>
<td><p>A <a class="xref" href="Dalamud.Game.Command.CommandInfo.html">CommandInfo</a> object describing the command.</p>
</td>
</tr>
</tbody>
</table>
@ -216,15 +236,22 @@
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
<td><p>If adding was successful.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Command_CommandManager_DispatchCommand_System_String_System_String_Dalamud_Game_Command_CommandInfo_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Command.CommandManager.DispatchCommand(System.String%2CSystem.String%2CDalamud.Game.Command.CommandInfo)%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/goaaats/Dalamud/blob/master/Dalamud/Game/Command/CommandManager.cs/#L107">View Source</a>
</span>
<a id="Dalamud_Game_Command_CommandManager_DispatchCommand_" data-uid="Dalamud.Game.Command.CommandManager.DispatchCommand*"></a>
<h4 id="Dalamud_Game_Command_CommandManager_DispatchCommand_System_String_System_String_Dalamud_Game_Command_CommandInfo_" data-uid="Dalamud.Game.Command.CommandManager.DispatchCommand(System.String,System.String,Dalamud.Game.Command.CommandInfo)">DispatchCommand(String, String, CommandInfo)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Dispatch the handling of a command.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -243,25 +270,34 @@
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">command</span></td>
<td></td>
<td><p>The command to dispatch.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">argument</span></td>
<td></td>
<td><p>The provided arguments.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.Game.Command.CommandInfo.html">CommandInfo</a></td>
<td><span class="parametername">info</span></td>
<td></td>
<td><p>A <a class="xref" href="Dalamud.Game.Command.CommandInfo.html">CommandInfo</a> object describing this command.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Command_CommandManager_RemoveHandler_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Game.Command.CommandManager.RemoveHandler(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/goaaats/Dalamud/blob/master/Dalamud/Game/Command/CommandManager.cs/#L139">View Source</a>
</span>
<a id="Dalamud_Game_Command_CommandManager_RemoveHandler_" data-uid="Dalamud.Game.Command.CommandManager.RemoveHandler*"></a>
<h4 id="Dalamud_Game_Command_CommandManager_RemoveHandler_System_String_" data-uid="Dalamud.Game.Command.CommandManager.RemoveHandler(System.String)">RemoveHandler(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Remove a command from the command handlers.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -280,7 +316,8 @@
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">command</span></td>
<td></td>
<td><p>The command to remove.</p>
</td>
</tr>
</tbody>
</table>
@ -295,7 +332,8 @@
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
<td><p>If the removal was successful.</p>
</td>
</tr>
</tbody>
</table>
@ -306,6 +344,12 @@
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Command_CommandManager.md&amp;value=---%0Auid%3A%20Dalamud.Game.Command.CommandManager%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/goaaats/Dalamud/blob/master/Dalamud/Game/Command/CommandManager.cs/#L13" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">