docs: regenerate

This commit is contained in:
goat 2021-08-28 19:41:14 +02:00
parent 5efe65a655
commit 92d646f538
No known key found for this signature in database
GPG key ID: F18F057873895461
324 changed files with 13728 additions and 6843 deletions

View file

@ -150,15 +150,15 @@
<div>
<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.Character.html#Dalamud_Game_ClientState_Objects_Types_Character_CompanyTag">Character.CompanyTag</a>
</div>
<div>
<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.Character.html#Dalamud_Game_ClientState_Objects_Types_Character_TargetObjectId">Character.TargetObjectId</a>
</div>
<div>
<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.Character.html#Dalamud_Game_ClientState_Objects_Types_Character_NameId">Character.NameId</a>
</div>
<div>
<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.Character.html#Dalamud_Game_ClientState_Objects_Types_Character_StatusFlags">Character.StatusFlags</a>
</div>
<div>
<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html#Dalamud_Game_ClientState_Objects_Types_GameObject_InvalidGameObjectId">GameObject.InvalidGameObjectId</a>
</div>
<div>
<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html#Dalamud_Game_ClientState_Objects_Types_GameObject_Address">GameObject.Address</a>
</div>
@ -213,6 +213,9 @@
<div>
<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html#Dalamud_Game_ClientState_Objects_Types_GameObject_TargetObject">GameObject.TargetObject</a>
</div>
<div>
<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html#Dalamud_Game_ClientState_Objects_Types_GameObject_ToString">GameObject.ToString()</a>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
@ -225,9 +228,6 @@
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Game.ClientState.Objects.Types.html">Dalamud.Game.ClientState.Objects.Types</a></h6>
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
@ -268,6 +268,39 @@
</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_ClientState_Objects_Types_BattleNpc_TargetObjectId.md&amp;value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.BattleNpc.TargetObjectId%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/ClientState/Objects/SubKinds/BattleNpc.cs/#L28">View Source</a>
</span>
<a id="Dalamud_Game_ClientState_Objects_Types_BattleNpc_TargetObjectId_" data-uid="Dalamud.Game.ClientState.Objects.Types.BattleNpc.TargetObjectId*"></a>
<h4 id="Dalamud_Game_ClientState_Objects_Types_BattleNpc_TargetObjectId" data-uid="Dalamud.Game.ClientState.Objects.Types.BattleNpc.TargetObjectId">TargetObjectId</h4>
<div class="markdown level1 summary"><p>Gets the target object ID of the character.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override uint TargetObjectId { 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.UInt32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="Dalamud.Game.ClientState.Objects.Types.Character.html#Dalamud_Game_ClientState_Objects_Types_Character_TargetObjectId">Character.TargetObjectId</a></div>
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.IEquatable&lt;T&gt;</span>