docs: regenerate

This commit is contained in:
goaaats 2022-04-03 04:09:45 +02:00
parent 10c7cee542
commit 077c1bca96
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
1010 changed files with 17458 additions and 9354 deletions

View file

@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class GameObjectContext
">
<meta name="generator" content="docfx 2.59.0.0">
<meta name="generator" content="docfx 2.59.1.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@ -109,62 +109,8 @@
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_Game_Gui_ContextMenus_GameObjectContext_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class GameObjectContext</code></pre>
<pre><code class="lang-csharp hljs">public sealed class GameObjectContext</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_ContextMenus_GameObjectContext__ctor_System_Nullable_System_UInt32__System_Nullable_System_UInt64__System_String_System_Nullable_System_UInt16__.md&amp;value=---%0Auid%3A%20Dalamud.Game.Gui.ContextMenus.GameObjectContext.%23ctor(System.Nullable%7BSystem.UInt32%7D%2CSystem.Nullable%7BSystem.UInt64%7D%2CSystem.String%2CSystem.Nullable%7BSystem.UInt16%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/goatcorp/Dalamud/blob/master/Dalamud/Game/Gui/ContextMenus/GameObjectContext.cs/#L17">View Source</a>
</span>
<a id="Dalamud_Game_Gui_ContextMenus_GameObjectContext__ctor_" data-uid="Dalamud.Game.Gui.ContextMenus.GameObjectContext.#ctor*"></a>
<h4 id="Dalamud_Game_Gui_ContextMenus_GameObjectContext__ctor_System_Nullable_System_UInt32__System_Nullable_System_UInt64__System_String_System_Nullable_System_UInt16__" data-uid="Dalamud.Game.Gui.ContextMenus.GameObjectContext.#ctor(System.Nullable{System.UInt32},System.Nullable{System.UInt64},System.String,System.Nullable{System.UInt16})">GameObjectContext(Nullable&lt;UInt32&gt;, Nullable&lt;UInt64&gt;, String, Nullable&lt;UInt16&gt;)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Game.Gui.ContextMenus.GameObjectContext.html">GameObjectContext</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public GameObjectContext(uint? id, ulong? contentId, string name, ushort? worldId)</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">System.UInt32</span>&gt;</td>
<td><span class="parametername">id</span></td>
<td><p>The id of the game object.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.UInt64</span>&gt;</td>
<td><span class="parametername">contentId</span></td>
<td><p>The lower content id of the game object.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td><p>The name of the game object.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.UInt16</span>&gt;</td>
<td><span class="parametername">worldId</span></td>
<td><p>The world id of the game object.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">