mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
docs: regenerate
This commit is contained in:
parent
5efe65a655
commit
92d646f538
324 changed files with 13728 additions and 6843 deletions
|
|
@ -117,6 +117,17 @@ Be careful to not commit anything extra.</p>
|
|||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class PluginImpl : IDalamudPlugin, IDisposable</code></pre>
|
||||
</div>
|
||||
<h5 id="Dalamud_CorePlugin_PluginImpl_remarks"><strong>Remarks</strong></h5>
|
||||
<div class="markdown level0 remarks"><p>██████╗ ███████╗ █████╗ ██████╗ ████████╗██╗ ██╗██╗███████╗
|
||||
██╔══██╗██╔════╝██╔══██╗██╔══██╗ ╚══██╔══╝██║ ██║██║██╔════╝
|
||||
██████╔╝█████╗ ███████║██║ ██║ ██║ ███████║██║███████╗
|
||||
██╔══██╗██╔══╝ ██╔══██║██║ ██║ ██║ ██╔══██║██║╚════██║
|
||||
██║ ██║███████╗██║ ██║██████╔╝ ██║ ██║ ██║██║███████║
|
||||
╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝
|
||||
CorePlugin should not be used as a base for new plugins. Use this instead <a href="https://github.com/goatcorp/SamplePlugin">https://github.com/goatcorp/SamplePlugin</a>.
|
||||
While it may have similarities, it is compiled with access to Dalamud internals, which may cause confusion when
|
||||
some things work and others don't in normal operations.</p>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
|
|
@ -124,7 +135,7 @@ Be careful to not commit anything extra.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_CorePlugin_PluginImpl__ctor_Dalamud_Plugin_DalamudPluginInterface_.md&value=---%0Auid%3A%20Dalamud.CorePlugin.PluginImpl.%23ctor(Dalamud.Plugin.DalamudPluginInterface)%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.CorePlugin/PluginImpl.cs/#L24">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud.CorePlugin/PluginImpl.cs/#L36">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_CorePlugin_PluginImpl__ctor_" data-uid="Dalamud.CorePlugin.PluginImpl.#ctor*"></a>
|
||||
<h4 id="Dalamud_CorePlugin_PluginImpl__ctor_Dalamud_Plugin_DalamudPluginInterface_" data-uid="Dalamud.CorePlugin.PluginImpl.#ctor(Dalamud.Plugin.DalamudPluginInterface)">PluginImpl(DalamudPluginInterface)</h4>
|
||||
|
|
@ -160,7 +171,7 @@ Be careful to not commit anything extra.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_CorePlugin_PluginImpl_Name.md&value=---%0Auid%3A%20Dalamud.CorePlugin.PluginImpl.Name%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.CorePlugin/PluginImpl.cs/#L45">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud.CorePlugin/PluginImpl.cs/#L41">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_CorePlugin_PluginImpl_Name_" data-uid="Dalamud.CorePlugin.PluginImpl.Name*"></a>
|
||||
<h4 id="Dalamud_CorePlugin_PluginImpl_Name" data-uid="Dalamud.CorePlugin.PluginImpl.Name">Name</h4>
|
||||
|
|
@ -193,7 +204,7 @@ Be careful to not commit anything extra.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_CorePlugin_PluginImpl_Dispose.md&value=---%0Auid%3A%20Dalamud.CorePlugin.PluginImpl.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/goaaats/Dalamud/blob/master/Dalamud.CorePlugin/PluginImpl.cs/#L53">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud.CorePlugin/PluginImpl.cs/#L44">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_CorePlugin_PluginImpl_Dispose_" data-uid="Dalamud.CorePlugin.PluginImpl.Dispose*"></a>
|
||||
<h4 id="Dalamud_CorePlugin_PluginImpl_Dispose" data-uid="Dalamud.CorePlugin.PluginImpl.Dispose">Dispose()</h4>
|
||||
|
|
@ -221,7 +232,7 @@ Be careful to not commit anything extra.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_CorePlugin_PluginImpl.md&value=---%0Auid%3A%20Dalamud.CorePlugin.PluginImpl%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.CorePlugin/PluginImpl.cs/#L14" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud.CorePlugin/PluginImpl.cs/#L28" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_ClientOpCodes.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.ClientOpCodes%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/Data/DataManager.cs/#L64">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L59">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_ClientOpCodes_" data-uid="Dalamud.Data.DataManager.ClientOpCodes*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_ClientOpCodes" data-uid="Dalamud.Data.DataManager.ClientOpCodes">ClientOpCodes</h4>
|
||||
|
|
@ -180,6 +180,37 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</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_Data_DataManager_GameData.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GameData%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/Data/DataManager.cs/#L65">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GameData_" data-uid="Dalamud.Data.DataManager.GameData*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GameData" data-uid="Dalamud.Data.DataManager.GameData">GameData</h4>
|
||||
<div class="markdown level1 summary"><p>Gets a <span class="xref">Lumina</span> object which gives access to any excel/game data.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public GameData GameData { 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">Lumina.GameData</span></td>
|
||||
<td></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_Data_DataManager_IsDataReady.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.IsDataReady%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>
|
||||
|
|
@ -216,7 +247,7 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_Language.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.Language%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/Data/DataManager.cs/#L54">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L49">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_Language_" data-uid="Dalamud.Data.DataManager.Language*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_Language" data-uid="Dalamud.Data.DataManager.Language">Language</h4>
|
||||
|
|
@ -247,7 +278,7 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_ServerOpCodes.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.ServerOpCodes%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/Data/DataManager.cs/#L59">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L54">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_ServerOpCodes_" data-uid="Dalamud.Data.DataManager.ServerOpCodes*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_ServerOpCodes" data-uid="Dalamud.Data.DataManager.ServerOpCodes">ServerOpCodes</h4>
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ChatHandlers_LastLink.md&value=---%0Auid%3A%20Dalamud.Game.ChatHandlers.LastLink%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/ChatHandlers.cs/#L128">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ChatHandlers.cs/#L129">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ChatHandlers_LastLink_" data-uid="Dalamud.Game.ChatHandlers.LastLink*"></a>
|
||||
<h4 id="Dalamud_Game_ChatHandlers_LastLink" data-uid="Dalamud.Game.ChatHandlers.LastLink">LastLink</h4>
|
||||
|
|
@ -151,7 +151,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ChatHandlers_MakeItalics_Dalamud_Game_Text_SeStringHandling_Payloads_TextPayload_.md&value=---%0Auid%3A%20Dalamud.Game.ChatHandlers.MakeItalics(Dalamud.Game.Text.SeStringHandling.Payloads.TextPayload)%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/ChatHandlers.cs/#L143">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ChatHandlers.cs/#L144">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ChatHandlers_MakeItalics_" data-uid="Dalamud.Game.ChatHandlers.MakeItalics*"></a>
|
||||
<h4 id="Dalamud_Game_ChatHandlers_MakeItalics_Dalamud_Game_Text_SeStringHandling_Payloads_TextPayload_" data-uid="Dalamud.Game.ChatHandlers.MakeItalics(Dalamud.Game.Text.SeStringHandling.Payloads.TextPayload)">MakeItalics(TextPayload)</h4>
|
||||
|
|
@ -201,7 +201,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ChatHandlers_MakeItalics_System_String_.md&value=---%0Auid%3A%20Dalamud.Game.ChatHandlers.MakeItalics(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/ChatHandlers.cs/#L135">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ChatHandlers.cs/#L136">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ChatHandlers_MakeItalics_" data-uid="Dalamud.Game.ChatHandlers.MakeItalics*"></a>
|
||||
<h4 id="Dalamud_Game_ChatHandlers_MakeItalics_System_String_" data-uid="Dalamud.Game.ChatHandlers.MakeItalics(System.String)">MakeItalics(String)</h4>
|
||||
|
|
@ -257,7 +257,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ChatHandlers.md&value=---%0Auid%3A%20Dalamud.Game.ChatHandlers%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/ChatHandlers.cs/#L27" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ChatHandlers.cs/#L28" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -216,7 +216,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_IsDancing.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.IsDancing%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/JobGauge/Types/DNCGauge.cs/#L44">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DNCGauge.cs/#L58">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_IsDancing_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.IsDancing*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_IsDancing" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.IsDancing">IsDancing</h4>
|
||||
|
|
@ -248,7 +248,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_NextStep.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.NextStep%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/JobGauge/Types/DNCGauge.cs/#L38">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DNCGauge.cs/#L52">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_NextStep_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.NextStep*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_NextStep" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.NextStep">NextStep</h4>
|
||||
|
|
@ -257,7 +257,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ulong NextStep { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public uint NextStep { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -269,12 +269,43 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.UInt64</span></td>
|
||||
<td><span class="xref">System.UInt32</span></td>
|
||||
<td><p>The next dance step action ID.</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_ClientState_JobGauge_Types_DNCGauge_Steps.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.Steps%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/JobGauge/Types/DNCGauge.cs/#L37">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_Steps_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.Steps*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_DNCGauge_Steps" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.Steps">Steps</h4>
|
||||
<div class="markdown level1 summary"><p>Gets all the steps in the current dance.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public uint[] Steps { 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>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -92,6 +92,11 @@
|
|||
</tr>
|
||||
<thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td id="Dalamud_Game_ClientState_Objects_Enums_BattleNpcSubKind_Chocobo">Chocobo</td>
|
||||
<td><p>BattleNpc representing a Chocobo.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="Dalamud_Game_ClientState_Objects_Enums_BattleNpcSubKind_Enemy">Enemy</td>
|
||||
<td><p>BattleNpc representing a standard enemy.</p>
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_Address.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.Address%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/ObjectTable.cs/#L40">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L39">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_Address_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.Address*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_Address" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.Address">Address</h4>
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_Item_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.Item(System.Int32)%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/ObjectTable.cs/#L52">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L51">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_Item_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.Item*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_Item_System_Int32_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.Item(System.Int32)">Item[Int32]</h4>
|
||||
|
|
@ -205,7 +205,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_Length.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.Length%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/ObjectTable.cs/#L45">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L44">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_Length_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.Length*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_Length" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.Length">Length</h4>
|
||||
|
|
@ -238,7 +238,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_CreateObjectReference_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.CreateObjectReference(System.IntPtr)%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/ObjectTable.cs/#L98">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L100">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_CreateObjectReference_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.CreateObjectReference*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_CreateObjectReference_System_IntPtr_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.CreateObjectReference(System.IntPtr)">CreateObjectReference(IntPtr)</h4>
|
||||
|
|
@ -288,7 +288,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_GetEnumerator.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.GetEnumerator%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/ObjectTable.cs/#L130">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L132">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_GetEnumerator_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.GetEnumerator*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_GetEnumerator" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.GetEnumerator">GetEnumerator()</h4>
|
||||
|
|
@ -318,7 +318,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_GetObjectAddress_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.GetObjectAddress(System.Int32)%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/ObjectTable.cs/#L85">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L87">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_GetObjectAddress_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.GetObjectAddress*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_GetObjectAddress_System_Int32_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.GetObjectAddress(System.Int32)">GetObjectAddress(Int32)</h4>
|
||||
|
|
@ -368,7 +368,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_SearchById_System_UInt32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.SearchById(System.UInt32)%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/ObjectTable.cs/#L66">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L65">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_SearchById_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.SearchById*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_SearchById_System_UInt32_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.SearchById(System.UInt32)">SearchById(UInt32)</h4>
|
||||
|
|
@ -420,7 +420,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_System_Collections_Generic_IReadOnlyCollection_Dalamud_Game_ClientState_Objects_Types_GameObject__Count.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.System%23Collections%23Generic%23IReadOnlyCollection%7BDalamud%23Game%23ClientState%23Objects%23Types%23GameObject%7D%23Count%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/ObjectTable.cs/#L127">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L129">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_System_Collections_Generic_IReadOnlyCollection_Dalamud_Game_ClientState_Objects_Types_GameObject__Count_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.System#Collections#Generic#IReadOnlyCollection{Dalamud#Game#ClientState#Objects#Types#GameObject}#Count*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_System_Collections_Generic_IReadOnlyCollection_Dalamud_Game_ClientState_Objects_Types_GameObject__Count" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.System#Collections#Generic#IReadOnlyCollection{Dalamud#Game#ClientState#Objects#Types#GameObject}#Count">IReadOnlyCollection<GameObject>.Count</h4>
|
||||
|
|
@ -450,7 +450,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_System_Collections_IEnumerable_GetEnumerator.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.System%23Collections%23IEnumerable%23GetEnumerator%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/ObjectTable.cs/#L144">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L146">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_System_Collections_IEnumerable_GetEnumerator_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.System#Collections#IEnumerable#GetEnumerator*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_System_Collections_IEnumerable_GetEnumerator" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.System#Collections#IEnumerable#GetEnumerator">IEnumerable.GetEnumerator()</h4>
|
||||
|
|
@ -496,7 +496,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable%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/ClientState/Objects/ObjectTable.cs/#L124" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L126" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -88,6 +88,9 @@
|
|||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<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>
|
||||
|
|
@ -145,6 +148,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>
|
||||
|
|
@ -157,9 +163,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.SubKinds.html">Dalamud.Game.ClientState.Objects.SubKinds</a></h6>
|
||||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
|
|
|
|||
|
|
@ -128,9 +128,15 @@
|
|||
<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>
|
||||
|
|
@ -185,6 +191,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>
|
||||
|
|
@ -197,9 +206,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.SubKinds.html">Dalamud.Game.ClientState.Objects.SubKinds</a></h6>
|
||||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
|
|
@ -207,39 +213,6 @@
|
|||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class Npc : Character, IEquatable<GameObject></code></pre>
|
||||
</div>
|
||||
<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_ClientState_Objects_SubKinds_Npc_NameId.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.SubKinds.Npc.NameId%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/Npc.cs/#L25">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_SubKinds_Npc_NameId_" data-uid="Dalamud.Game.ClientState.Objects.SubKinds.Npc.NameId*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_SubKinds_Npc_NameId" data-uid="Dalamud.Game.ClientState.Objects.SubKinds.Npc.NameId">NameId</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the name ID of the NPC linking to their respective game data.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public uint NameId { 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>
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<span class="xref">System.IEquatable<T></span>
|
||||
|
|
|
|||
|
|
@ -156,6 +156,9 @@
|
|||
<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>
|
||||
|
|
@ -210,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>
|
||||
|
|
@ -222,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.SubKinds.html">Dalamud.Game.ClientState.Objects.SubKinds</a></h6>
|
||||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
|
|
|
|||
|
|
@ -136,6 +136,9 @@
|
|||
<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>
|
||||
|
|
@ -190,6 +193,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>
|
||||
|
|
@ -202,9 +208,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>
|
||||
|
|
|
|||
|
|
@ -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&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<T></span>
|
||||
|
|
|
|||
|
|
@ -90,6 +90,9 @@
|
|||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<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>
|
||||
|
|
@ -144,6 +147,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>
|
||||
|
|
@ -156,9 +162,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>
|
||||
|
|
|
|||
|
|
@ -101,9 +101,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>
|
||||
|
|
@ -111,6 +108,38 @@
|
|||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class GameObject : IEquatable<GameObject></code></pre>
|
||||
</div>
|
||||
<h3 id="fields">Fields
|
||||
</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_ClientState_Objects_Types_GameObject_InvalidGameObjectId.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.InvalidGameObjectId%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/Types/GameObject.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_InvalidGameObjectId" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.InvalidGameObjectId">InvalidGameObjectId</h4>
|
||||
<div class="markdown level1 summary"><p>IDs of non-networked GameObjects.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public const uint InvalidGameObjectId = 3758096384U</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field 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>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
|
|
@ -118,7 +147,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_Address.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.Address%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/Types/GameObject.cs/#L27">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L32">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_Address_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.Address*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_Address" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.Address">Address</h4>
|
||||
|
|
@ -149,7 +178,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_DataId.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.DataId%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/Types/GameObject.cs/#L104">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L109">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_DataId_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.DataId*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_DataId" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.DataId">DataId</h4>
|
||||
|
|
@ -180,7 +209,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_HitboxRadius.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.HitboxRadius%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/Types/GameObject.cs/#L146">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L151">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_HitboxRadius_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.HitboxRadius*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_HitboxRadius" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.HitboxRadius">HitboxRadius</h4>
|
||||
|
|
@ -211,7 +240,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_Name.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.Name%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/Types/GameObject.cs/#L94">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L99">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_Name_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.Name*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_Name" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.Name">Name</h4>
|
||||
|
|
@ -242,7 +271,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_ObjectId.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.ObjectId%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/Types/GameObject.cs/#L99">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L104">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_ObjectId_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.ObjectId*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_ObjectId" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.ObjectId">ObjectId</h4>
|
||||
|
|
@ -273,7 +302,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_ObjectKind.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.ObjectKind%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/Types/GameObject.cs/#L115">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L120">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_ObjectKind_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.ObjectKind*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_ObjectKind" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.ObjectKind">ObjectKind</h4>
|
||||
|
|
@ -305,7 +334,7 @@ See <a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_OwnerId.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.OwnerId%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/Types/GameObject.cs/#L109">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L114">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_OwnerId_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.OwnerId*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_OwnerId" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.OwnerId">OwnerId</h4>
|
||||
|
|
@ -336,7 +365,7 @@ See <a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_Position.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.Position%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/Types/GameObject.cs/#L135">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L140">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_Position_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.Position*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_Position" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.Position">Position</h4>
|
||||
|
|
@ -367,7 +396,7 @@ See <a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_Rotation.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.Rotation%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/Types/GameObject.cs/#L141">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L146">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_Rotation_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.Rotation*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_Rotation" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.Rotation">Rotation</h4>
|
||||
|
|
@ -399,7 +428,7 @@ This ranges from -pi to pi radians.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_SubKind.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.SubKind%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/Types/GameObject.cs/#L120">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L125">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_SubKind_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.SubKind*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_SubKind" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.SubKind">SubKind</h4>
|
||||
|
|
@ -430,7 +459,7 @@ This ranges from -pi to pi radians.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_TargetObject.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.TargetObject%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/Types/GameObject.cs/#L159">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L165">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_TargetObject_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.TargetObject*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_TargetObject" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.TargetObject">TargetObject</h4>
|
||||
|
|
@ -464,7 +493,7 @@ This ranges from -pi to pi radians.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_TargetObjectId.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.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/Types/GameObject.cs/#L151">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L156">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_TargetObjectId_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.TargetObjectId*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_TargetObjectId" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.TargetObjectId">TargetObjectId</h4>
|
||||
|
|
@ -495,7 +524,7 @@ This ranges from -pi to pi radians.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_YalmDistanceX.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.YalmDistanceX%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/Types/GameObject.cs/#L125">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L130">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_YalmDistanceX_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.YalmDistanceX*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_YalmDistanceX" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.YalmDistanceX">YalmDistanceX</h4>
|
||||
|
|
@ -526,7 +555,7 @@ This ranges from -pi to pi radians.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_YalmDistanceZ.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.YalmDistanceZ%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/Types/GameObject.cs/#L130">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L135">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_YalmDistanceZ_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.YalmDistanceZ*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_YalmDistanceZ" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.YalmDistanceZ">YalmDistanceZ</h4>
|
||||
|
|
@ -559,7 +588,7 @@ This ranges from -pi to pi radians.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_Equals_System_Object_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.Equals(System.Object)%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/Types/GameObject.cs/#L80">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L85">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_Equals_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.Equals*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_Equals_System_Object_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.Equals(System.Object)">Equals(Object)</h4>
|
||||
|
|
@ -608,7 +637,7 @@ This ranges from -pi to pi radians.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_GetHashCode.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.GetHashCode%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/Types/GameObject.cs/#L83">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L88">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_GetHashCode_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.GetHashCode*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_GetHashCode" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.GetHashCode">GetHashCode()</h4>
|
||||
|
|
@ -640,7 +669,7 @@ This ranges from -pi to pi radians.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_IsValid.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.IsValid%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/Types/GameObject.cs/#L74">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L79">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_IsValid_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.IsValid*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_IsValid" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.IsValid">IsValid()</h4>
|
||||
|
|
@ -672,7 +701,7 @@ This ranges from -pi to pi radians.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_IsValid_Dalamud_Game_ClientState_Objects_Types_GameObject_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.IsValid(Dalamud.Game.ClientState.Objects.Types.GameObject)%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/Types/GameObject.cs/#L57">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L62">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_IsValid_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.IsValid*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_IsValid_Dalamud_Game_ClientState_Objects_Types_GameObject_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.IsValid(Dalamud.Game.ClientState.Objects.Types.GameObject)">IsValid(GameObject)</h4>
|
||||
|
|
@ -717,6 +746,38 @@ This ranges from -pi to pi radians.</p>
|
|||
</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_GameObject_ToString.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.ToString%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/Types/GameObject.cs/#L173">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_ToString_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.ToString*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_ToString" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.ToString">ToString()</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 string ToString()</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">System.String</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 class="overrides">Overrides</h5>
|
||||
<div><span class="xref">System.Object.ToString()</span></div>
|
||||
<h3 id="operators">Operators
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
|
|
@ -724,7 +785,7 @@ This ranges from -pi to pi radians.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_op_Equality_Dalamud_Game_ClientState_Objects_Types_GameObject_Dalamud_Game_ClientState_Objects_Types_GameObject_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.op_Equality(Dalamud.Game.ClientState.Objects.Types.GameObject%2CDalamud.Game.ClientState.Objects.Types.GameObject)%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/Types/GameObject.cs/#L41">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L46">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_op_Equality_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.op_Equality*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_op_Equality_Dalamud_Game_ClientState_Objects_Types_GameObject_Dalamud_Game_ClientState_Objects_Types_GameObject_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.op_Equality(Dalamud.Game.ClientState.Objects.Types.GameObject,Dalamud.Game.ClientState.Objects.Types.GameObject)">Equality(GameObject, GameObject)</h4>
|
||||
|
|
@ -776,7 +837,7 @@ This ranges from -pi to pi radians.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_op_Implicit_Dalamud_Game_ClientState_Objects_Types_GameObject__System_Boolean.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.op_Implicit(Dalamud.Game.ClientState.Objects.Types.GameObject)~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/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L39">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L44">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_op_Implicit_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.op_Implicit*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_op_Implicit_Dalamud_Game_ClientState_Objects_Types_GameObject__System_Boolean" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.op_Implicit(Dalamud.Game.ClientState.Objects.Types.GameObject)~System.Boolean">Implicit(GameObject to Boolean)</h4>
|
||||
|
|
@ -826,7 +887,7 @@ This ranges from -pi to pi radians.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_op_Inequality_Dalamud_Game_ClientState_Objects_Types_GameObject_Dalamud_Game_ClientState_Objects_Types_GameObject_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.op_Inequality(Dalamud.Game.ClientState.Objects.Types.GameObject%2CDalamud.Game.ClientState.Objects.Types.GameObject)%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/Types/GameObject.cs/#L50">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L55">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_op_Inequality_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.op_Inequality*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_op_Inequality_Dalamud_Game_ClientState_Objects_Types_GameObject_Dalamud_Game_ClientState_Objects_Types_GameObject_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.op_Inequality(Dalamud.Game.ClientState.Objects.Types.GameObject,Dalamud.Game.ClientState.Objects.Types.GameObject)">Inequality(GameObject, GameObject)</h4>
|
||||
|
|
@ -880,7 +941,7 @@ This ranges from -pi to pi radians.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject_System_IEquatable_Dalamud_Game_ClientState_Objects_Types_GameObject__Equals_Dalamud_Game_ClientState_Objects_Types_GameObject_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject.System%23IEquatable%7BDalamud%23Game%23ClientState%23Objects%23Types%23GameObject%7D%23Equals(Dalamud.Game.ClientState.Objects.Types.GameObject)%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/Types/GameObject.cs/#L77">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L82">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_System_IEquatable_Dalamud_Game_ClientState_Objects_Types_GameObject__Equals_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.System#IEquatable{Dalamud#Game#ClientState#Objects#Types#GameObject}#Equals*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_System_IEquatable_Dalamud_Game_ClientState_Objects_Types_GameObject__Equals_Dalamud_Game_ClientState_Objects_Types_GameObject_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.System#IEquatable{Dalamud#Game#ClientState#Objects#Types#GameObject}#Equals(Dalamud.Game.ClientState.Objects.Types.GameObject)">IEquatable<GameObject>.Equals(GameObject)</h4>
|
||||
|
|
@ -937,7 +998,7 @@ This ranges from -pi to pi radians.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_Types_GameObject.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.Types.GameObject%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/ClientState/Objects/Types/GameObject.cs/#L89" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/Types/GameObject.cs/#L94" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -335,19 +335,19 @@
|
|||
</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_Statuses_Status_StatusID.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Statuses.Status.StatusID%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>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Statuses_Status_StatusId.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Statuses.Status.StatusId%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/Statuses/Status.cs/#L31">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Statuses_Status_StatusID_" data-uid="Dalamud.Game.ClientState.Statuses.Status.StatusID*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Statuses_Status_StatusID" data-uid="Dalamud.Game.ClientState.Statuses.Status.StatusID">StatusID</h4>
|
||||
<a id="Dalamud_Game_ClientState_Statuses_Status_StatusId_" data-uid="Dalamud.Game.ClientState.Statuses.Status.StatusId*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Statuses_Status_StatusId" data-uid="Dalamud.Game.ClientState.Statuses.Status.StatusId">StatusId</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the status ID of this status.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public uint StatusID { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public uint StatusId { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
|
||||
<h1 id="Dalamud_Game_Framework_OnUpdateDelegate" data-uid="Dalamud.Game.Framework.OnUpdateDelegate" class="text-break">Delegate Framework.OnUpdateDelegate
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>A delegate type used with the <a class="xref" href="Dalamud.Game.Framework.html#Dalamud_Game_Framework_OnUpdateEvent">OnUpdateEvent</a> event.</p>
|
||||
<div class="markdown level0 summary"><p>A delegate type used with the <a class="xref" href="Dalamud.Game.Framework.html#Dalamud_Game_Framework_Update">Update</a> event.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Game.html">Dalamud.Game</a></h6>
|
||||
|
|
|
|||
|
|
@ -248,18 +248,18 @@
|
|||
</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_Framework_OnUpdateEvent.md&value=---%0Auid%3A%20Dalamud.Game.Framework.OnUpdateEvent%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>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework_Update.md&value=---%0Auid%3A%20Dalamud.Game.Framework.Update%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/Framework.cs/#L78">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Game_Framework_OnUpdateEvent" data-uid="Dalamud.Game.Framework.OnUpdateEvent">OnUpdateEvent</h4>
|
||||
<h4 id="Dalamud_Game_Framework_Update" data-uid="Dalamud.Game.Framework.Update">Update</h4>
|
||||
<div class="markdown level1 summary"><p>Event that gets fired every time the game framework updates.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event Framework.OnUpdateDelegate OnUpdateEvent</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public event Framework.OnUpdateDelegate Update</code></pre>
|
||||
</div>
|
||||
<h5 class="eventType">Event Type</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_GameGui_GameUiHidden.md&value=---%0Auid%3A%20Dalamud.Game.Gui.GameGui.GameUiHidden%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/Gui/GameGui.cs/#L131">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/GameGui.cs/#L141">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_GameGui_GameUiHidden_" data-uid="Dalamud.Game.Gui.GameGui.GameUiHidden*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_GameGui_GameUiHidden" data-uid="Dalamud.Game.Gui.GameGui.GameUiHidden">GameUiHidden</h4>
|
||||
|
|
@ -153,7 +153,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_GameGui_HoveredAction.md&value=---%0Auid%3A%20Dalamud.Game.Gui.GameGui.HoveredAction%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/Gui/GameGui.cs/#L142">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/GameGui.cs/#L152">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_GameGui_HoveredAction_" data-uid="Dalamud.Game.Gui.GameGui.HoveredAction*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_GameGui_HoveredAction" data-uid="Dalamud.Game.Gui.GameGui.HoveredAction">HoveredAction</h4>
|
||||
|
|
@ -179,43 +179,12 @@
|
|||
</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_Gui_GameGui_HoveredActionChanged.md&value=---%0Auid%3A%20Dalamud.Game.Gui.GameGui.HoveredActionChanged%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/Gui/GameGui.cs/#L152">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_GameGui_HoveredActionChanged_" data-uid="Dalamud.Game.Gui.GameGui.HoveredActionChanged*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_GameGui_HoveredActionChanged" data-uid="Dalamud.Game.Gui.GameGui.HoveredActionChanged">HoveredActionChanged</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the event that is fired when the currently hovered action changes.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public EventHandler<HoveredAction> HoveredActionChanged { 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.EventHandler</span><<a class="xref" href="Dalamud.Game.Gui.HoveredAction.html">HoveredAction</a>></td>
|
||||
<td></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_Gui_GameGui_HoveredItem.md&value=---%0Auid%3A%20Dalamud.Game.Gui.GameGui.HoveredItem%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/Gui/GameGui.cs/#L137">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/GameGui.cs/#L147">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_GameGui_HoveredItem_" data-uid="Dalamud.Game.Gui.GameGui.HoveredItem*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_GameGui_HoveredItem" data-uid="Dalamud.Game.Gui.GameGui.HoveredItem">HoveredItem</h4>
|
||||
|
|
@ -242,37 +211,6 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.</p>
|
|||
</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_Gui_GameGui_HoveredItemChanged.md&value=---%0Auid%3A%20Dalamud.Game.Gui.GameGui.HoveredItemChanged%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/Gui/GameGui.cs/#L147">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_GameGui_HoveredItemChanged_" data-uid="Dalamud.Game.Gui.GameGui.HoveredItemChanged*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_GameGui_HoveredItemChanged" data-uid="Dalamud.Game.Gui.GameGui.HoveredItemChanged">HoveredItemChanged</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the event that is fired when the currently hovered item changes.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public EventHandler<ulong> HoveredItemChanged { 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.EventHandler</span><<span class="xref">System.UInt64</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="methods">Methods
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
|
|
@ -751,18 +689,78 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.</p>
|
|||
</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_Gui_GameGui_OnUiHideToggled.md&value=---%0Auid%3A%20Dalamud.Game.Gui.GameGui.OnUiHideToggled%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>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_GameGui_HoveredActionChanged.md&value=---%0Auid%3A%20Dalamud.Game.Gui.GameGui.HoveredActionChanged%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/Gui/GameGui.cs/#L136">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Game_Gui_GameGui_HoveredActionChanged" data-uid="Dalamud.Game.Gui.GameGui.HoveredActionChanged">HoveredActionChanged</h4>
|
||||
<div class="markdown level1 summary"><p>Event that is fired when the currently hovered action changes.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event EventHandler<HoveredAction> HoveredActionChanged</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.EventHandler</span><<a class="xref" href="Dalamud.Game.Gui.HoveredAction.html">HoveredAction</a>></td>
|
||||
<td></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_Gui_GameGui_HoveredItemChanged.md&value=---%0Auid%3A%20Dalamud.Game.Gui.GameGui.HoveredItemChanged%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/Gui/GameGui.cs/#L131">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Game_Gui_GameGui_HoveredItemChanged" data-uid="Dalamud.Game.Gui.GameGui.HoveredItemChanged">HoveredItemChanged</h4>
|
||||
<div class="markdown level1 summary"><p>Event that is fired when the currently hovered item changes.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event EventHandler<ulong> HoveredItemChanged</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.EventHandler</span><<span class="xref">System.UInt64</span>></td>
|
||||
<td></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_Gui_GameGui_UiHideToggled.md&value=---%0Auid%3A%20Dalamud.Game.Gui.GameGui.UiHideToggled%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/Gui/GameGui.cs/#L126">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Game_Gui_GameGui_OnUiHideToggled" data-uid="Dalamud.Game.Gui.GameGui.OnUiHideToggled">OnUiHideToggled</h4>
|
||||
<h4 id="Dalamud_Game_Gui_GameGui_UiHideToggled" data-uid="Dalamud.Game.Gui.GameGui.UiHideToggled">UiHideToggled</h4>
|
||||
<div class="markdown level1 summary"><p>Event which is fired when the game UI hiding is toggled.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event EventHandler<bool> OnUiHideToggled</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public event EventHandler<bool> UiHideToggled</code></pre>
|
||||
</div>
|
||||
<h5 class="eventType">Event Type</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
|
||||
<h1 id="Dalamud_Game_Gui_PartyFinder_Types_DutyFinderSettingsFlags" data-uid="Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSettingsFlags" class="text-break">Enum DutyFinderSettingsFlags
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Duty finder settings flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.html">Dalamud.Game.Gui.PartyFinder</a> class.</p>
|
||||
<div class="markdown level0 summary"><p>Duty finder settings flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html">PartyFinderGui</a> class.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.html">Dalamud.Game.Gui.PartyFinder.Types</a></h6>
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
|
||||
<h1 id="Dalamud_Game_Gui_PartyFinder_Types_DutyType" data-uid="Dalamud.Game.Gui.PartyFinder.Types.DutyType" class="text-break">Enum DutyType
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Duty type flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.html">Dalamud.Game.Gui.PartyFinder</a> class.</p>
|
||||
<div class="markdown level0 summary"><p>Duty type flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html">PartyFinderGui</a> class.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.html">Dalamud.Game.Gui.PartyFinder.Types</a></h6>
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_BeginnersWelcome.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.BeginnersWelcome%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L124">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L123">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_BeginnersWelcome_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.BeginnersWelcome*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_BeginnersWelcome" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.BeginnersWelcome">BeginnersWelcome</h4>
|
||||
|
|
@ -149,7 +149,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Category.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Category%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L104">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L103">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Category_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Category*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Category" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Category">Category</h4>
|
||||
|
|
@ -158,7 +158,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public DutyFinderCategory Category { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public DutyCategory Category { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -170,7 +170,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.DutyFinderCategory.html">DutyFinderCategory</a></td>
|
||||
<td><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.DutyCategory.html">DutyCategory</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -180,7 +180,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Conditions.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Conditions%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L160">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L159">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Conditions_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Conditions*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Conditions" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Conditions">Conditions</h4>
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public DutyFinderConditionFlags Conditions { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ConditionFlags Conditions { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -201,7 +201,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.DutyFinderConditionFlags.html">DutyFinderConditionFlags</a></td>
|
||||
<td><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.ConditionFlags.html">ConditionFlags</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -211,7 +211,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_ContentIdLower.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.ContentIdLower%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L74">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L73">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_ContentIdLower_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.ContentIdLower*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_ContentIdLower" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.ContentIdLower">ContentIdLower</h4>
|
||||
|
|
@ -242,7 +242,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_CurrentWorld.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.CurrentWorld%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L99">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L98">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_CurrentWorld_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.CurrentWorld*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_CurrentWorld" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.CurrentWorld">CurrentWorld</h4>
|
||||
|
|
@ -273,7 +273,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Description.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Description%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L84">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L83">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Description_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Description*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Description" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Description">Description</h4>
|
||||
|
|
@ -304,7 +304,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Duty.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Duty%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L114">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L113">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Duty_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Duty*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Duty" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Duty">Duty</h4>
|
||||
|
|
@ -335,7 +335,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_DutyFinderSettings.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.DutyFinderSettings%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L165">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L164">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_DutyFinderSettings_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.DutyFinderSettings*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_DutyFinderSettings" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.DutyFinderSettings">DutyFinderSettings</h4>
|
||||
|
|
@ -366,7 +366,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_DutyType.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.DutyType%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L119">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L118">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_DutyType_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.DutyType*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_DutyType" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.DutyType">DutyType</h4>
|
||||
|
|
@ -397,7 +397,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_HomeWorld.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.HomeWorld%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L94">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L93">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_HomeWorld_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.HomeWorld*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_HomeWorld" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.HomeWorld">HomeWorld</h4>
|
||||
|
|
@ -428,7 +428,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Id.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Id%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L69">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L68">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Id_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Id*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Id" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Id">Id</h4>
|
||||
|
|
@ -456,19 +456,19 @@
|
|||
</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_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_DutyFinderConditionFlags_.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.DutyFinderConditionFlags)%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>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_ConditionFlags_.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.ConditionFlags)%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L202">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L201">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_DutyFinderConditionFlags_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.DutyFinderConditionFlags)">Item[DutyFinderConditionFlags]</h4>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_ConditionFlags_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.ConditionFlags)">Item[ConditionFlags]</h4>
|
||||
<div class="markdown level1 summary"><p>Check if the given flag is present.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool this[DutyFinderConditionFlags flag] { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public bool this[ConditionFlags flag] { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -481,157 +481,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.DutyFinderConditionFlags.html">DutyFinderConditionFlags</a></td>
|
||||
<td><span class="parametername">flag</span></td>
|
||||
<td><p>The flag to check for.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<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><p>A value indicating whether the flag is present.</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_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_DutyFinderLootRuleFlags_.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.DutyFinderLootRuleFlags)%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L216">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_DutyFinderLootRuleFlags_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.DutyFinderLootRuleFlags)">Item[DutyFinderLootRuleFlags]</h4>
|
||||
<div class="markdown level1 summary"><p>Check if the given flag is present.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool this[DutyFinderLootRuleFlags flag] { get; }</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="Dalamud.Game.Gui.PartyFinder.Types.DutyFinderLootRuleFlags.html">DutyFinderLootRuleFlags</a></td>
|
||||
<td><span class="parametername">flag</span></td>
|
||||
<td><p>The flag to check for.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<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><p>A value indicating whether the flag is present.</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_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_DutyFinderObjectiveFlags_.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.DutyFinderObjectiveFlags)%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L195">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_DutyFinderObjectiveFlags_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.DutyFinderObjectiveFlags)">Item[DutyFinderObjectiveFlags]</h4>
|
||||
<div class="markdown level1 summary"><p>Check if the given flag is present.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool this[DutyFinderObjectiveFlags flag] { get; }</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="Dalamud.Game.Gui.PartyFinder.Types.DutyFinderObjectiveFlags.html">DutyFinderObjectiveFlags</a></td>
|
||||
<td><span class="parametername">flag</span></td>
|
||||
<td><p>The flag to check for.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<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><p>A value indicating whether the flag is present.</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_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_DutyFinderSearchAreaFlags_.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSearchAreaFlags)%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L223">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_DutyFinderSearchAreaFlags_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSearchAreaFlags)">Item[DutyFinderSearchAreaFlags]</h4>
|
||||
<div class="markdown level1 summary"><p>Check if the given flag is present.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool this[DutyFinderSearchAreaFlags flag] { get; }</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="Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSearchAreaFlags.html">DutyFinderSearchAreaFlags</a></td>
|
||||
<td><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.ConditionFlags.html">ConditionFlags</a></td>
|
||||
<td><span class="parametername">flag</span></td>
|
||||
<td><p>The flag to check for.</p>
|
||||
</td>
|
||||
|
|
@ -659,7 +509,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_DutyFinderSettingsFlags_.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSettingsFlags)%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L209">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L208">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_DutyFinderSettingsFlags_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSettingsFlags)">Item[DutyFinderSettingsFlags]</h4>
|
||||
|
|
@ -700,6 +550,156 @@
|
|||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td><p>A value indicating whether the flag is present.</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_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_LootRuleFlags_.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.LootRuleFlags)%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L215">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_LootRuleFlags_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.LootRuleFlags)">Item[LootRuleFlags]</h4>
|
||||
<div class="markdown level1 summary"><p>Check if the given flag is present.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool this[LootRuleFlags flag] { get; }</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="Dalamud.Game.Gui.PartyFinder.Types.LootRuleFlags.html">LootRuleFlags</a></td>
|
||||
<td><span class="parametername">flag</span></td>
|
||||
<td><p>The flag to check for.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<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><p>A value indicating whether the flag is present.</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_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_ObjectiveFlags_.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.ObjectiveFlags)%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L194">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_ObjectiveFlags_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.ObjectiveFlags)">Item[ObjectiveFlags]</h4>
|
||||
<div class="markdown level1 summary"><p>Check if the given flag is present.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool this[ObjectiveFlags flag] { get; }</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="Dalamud.Game.Gui.PartyFinder.Types.ObjectiveFlags.html">ObjectiveFlags</a></td>
|
||||
<td><span class="parametername">flag</span></td>
|
||||
<td><p>The flag to check for.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<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><p>A value indicating whether the flag is present.</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_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_SearchAreaFlags_.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.SearchAreaFlags)%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L222">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Item_Dalamud_Game_Gui_PartyFinder_Types_SearchAreaFlags_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Item(Dalamud.Game.Gui.PartyFinder.Types.SearchAreaFlags)">Item[SearchAreaFlags]</h4>
|
||||
<div class="markdown level1 summary"><p>Check if the given flag is present.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool this[SearchAreaFlags flag] { get; }</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="Dalamud.Game.Gui.PartyFinder.Types.SearchAreaFlags.html">SearchAreaFlags</a></td>
|
||||
<td><span class="parametername">flag</span></td>
|
||||
<td><p>The flag to check for.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<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><p>A value indicating whether the flag is present.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -709,7 +709,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_JobsPresent.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.JobsPresent%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L186">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L185">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_JobsPresent_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.JobsPresent*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_JobsPresent" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.JobsPresent">JobsPresent</h4>
|
||||
|
|
@ -740,7 +740,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_LootRules.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.LootRules%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L170">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L169">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_LootRules_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.LootRules*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_LootRules" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.LootRules">LootRules</h4>
|
||||
|
|
@ -749,7 +749,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public DutyFinderLootRuleFlags LootRules { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public LootRuleFlags LootRules { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -761,7 +761,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.DutyFinderLootRuleFlags.html">DutyFinderLootRuleFlags</a></td>
|
||||
<td><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.LootRuleFlags.html">LootRuleFlags</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -771,7 +771,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_MinimumItemLevel.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.MinimumItemLevel%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L135">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L134">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_MinimumItemLevel_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.MinimumItemLevel*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_MinimumItemLevel" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.MinimumItemLevel">MinimumItemLevel</h4>
|
||||
|
|
@ -802,7 +802,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Name.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Name%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L79">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L78">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Name_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Name*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Name" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Name">Name</h4>
|
||||
|
|
@ -833,7 +833,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Objective.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Objective%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L155">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L154">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Objective_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Objective*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Objective" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Objective">Objective</h4>
|
||||
|
|
@ -842,7 +842,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public DutyFinderObjectiveFlags Objective { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ObjectiveFlags Objective { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -854,7 +854,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.DutyFinderObjectiveFlags.html">DutyFinderObjectiveFlags</a></td>
|
||||
<td><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.ObjectiveFlags.html">ObjectiveFlags</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -864,7 +864,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Parties.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Parties%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L140">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L139">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Parties_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Parties*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Parties" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Parties">Parties</h4>
|
||||
|
|
@ -895,7 +895,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_RawDuty.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.RawDuty%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L109">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L108">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_RawDuty_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.RawDuty*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_RawDuty" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.RawDuty">RawDuty</h4>
|
||||
|
|
@ -926,7 +926,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_RawJobsPresent.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.RawJobsPresent%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L181">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L180">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_RawJobsPresent_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.RawJobsPresent*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_RawJobsPresent" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.RawJobsPresent">RawJobsPresent</h4>
|
||||
|
|
@ -957,7 +957,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_SearchArea.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.SearchArea%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L176">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L175">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_SearchArea_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.SearchArea*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_SearchArea" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.SearchArea">SearchArea</h4>
|
||||
|
|
@ -967,7 +967,7 @@ player per job.</p>
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public DutyFinderSearchAreaFlags SearchArea { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public SearchAreaFlags SearchArea { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -979,7 +979,7 @@ player per job.</p>
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSearchAreaFlags.html">DutyFinderSearchAreaFlags</a></td>
|
||||
<td><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.SearchAreaFlags.html">SearchAreaFlags</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -989,7 +989,7 @@ player per job.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_SecondsRemaining.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.SecondsRemaining%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L130">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L129">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_SecondsRemaining_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.SecondsRemaining*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_SecondsRemaining" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.SecondsRemaining">SecondsRemaining</h4>
|
||||
|
|
@ -1021,7 +1021,7 @@ fills or the host ends it early.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Slots.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Slots%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L150">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L149">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Slots_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Slots*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_Slots" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.Slots">Slots</h4>
|
||||
|
|
@ -1052,7 +1052,7 @@ fills or the host ends it early.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_SlotsAvailable.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.SlotsAvailable%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L145">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L144">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_SlotsAvailable_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.SlotsAvailable*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_SlotsAvailable" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.SlotsAvailable">SlotsAvailable</h4>
|
||||
|
|
@ -1083,7 +1083,7 @@ fills or the host ends it early.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_World.md&value=---%0Auid%3A%20Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.World%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/Gui/PartyFinder/Types/PartyFinderListing.cs/#L89">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Types/PartyFinderListing.cs/#L88">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_World_" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.World*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_PartyFinder_Types_PartyFinderListing_World" data-uid="Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.World">World</h4>
|
||||
|
|
|
|||
|
|
@ -91,29 +91,29 @@
|
|||
</section>
|
||||
<h3 id="enums">Enums
|
||||
</h3>
|
||||
<h4><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.DutyFinderCategory.html">DutyFinderCategory</a></h4>
|
||||
<section><p>Category flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.html">Dalamud.Game.Gui.PartyFinder</a> class.</p>
|
||||
<h4><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.ConditionFlags.html">ConditionFlags</a></h4>
|
||||
<section><p>Condition flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html">PartyFinderGui</a> class.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.DutyFinderConditionFlags.html">DutyFinderConditionFlags</a></h4>
|
||||
<section><p>Condition flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.html">Dalamud.Game.Gui.PartyFinder</a> class.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.DutyFinderLootRuleFlags.html">DutyFinderLootRuleFlags</a></h4>
|
||||
<section><p>Loot rule flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.html">Dalamud.Game.Gui.PartyFinder</a> class.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.DutyFinderObjectiveFlags.html">DutyFinderObjectiveFlags</a></h4>
|
||||
<section><p>Objective flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.html">Dalamud.Game.Gui.PartyFinder</a> class.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSearchAreaFlags.html">DutyFinderSearchAreaFlags</a></h4>
|
||||
<section><p>Search area flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.html">Dalamud.Game.Gui.PartyFinder</a> class.</p>
|
||||
<h4><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.DutyCategory.html">DutyCategory</a></h4>
|
||||
<section><p>Category flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html">PartyFinderGui</a> class.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSettingsFlags.html">DutyFinderSettingsFlags</a></h4>
|
||||
<section><p>Duty finder settings flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.html">Dalamud.Game.Gui.PartyFinder</a> class.</p>
|
||||
<section><p>Duty finder settings flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html">PartyFinderGui</a> class.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.DutyType.html">DutyType</a></h4>
|
||||
<section><p>Duty type flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.html">Dalamud.Game.Gui.PartyFinder</a> class.</p>
|
||||
<section><p>Duty type flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html">PartyFinderGui</a> class.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.JobFlags.html">JobFlags</a></h4>
|
||||
<section><p>Job flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.html">Dalamud.Game.Gui.PartyFinder</a> class.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.LootRuleFlags.html">LootRuleFlags</a></h4>
|
||||
<section><p>Loot rule flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html">PartyFinderGui</a> class.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.ObjectiveFlags.html">ObjectiveFlags</a></h4>
|
||||
<section><p>Objective flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html">PartyFinderGui</a> class.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Game.Gui.PartyFinder.Types.SearchAreaFlags.html">SearchAreaFlags</a></h4>
|
||||
<section><p>Search area flags for the <a class="xref" href="Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html">PartyFinderGui</a> class.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeString__ctor.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.%23ctor%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/Text/SeStringHandling/SeString.cs/#L19">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeString.cs/#L23">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString__ctor_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.#ctor*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString__ctor" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.#ctor">SeString()</h4>
|
||||
|
|
@ -132,7 +132,7 @@ Creates a new SeString from an ordered list of payloads.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeString__ctor_Dalamud_Game_Text_SeStringHandling_Payload___.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.%23ctor(Dalamud.Game.Text.SeStringHandling.Payload%5B%5D)%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/Text/SeStringHandling/SeString.cs/#L40">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeString.cs/#L44">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString__ctor_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.#ctor*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString__ctor_Dalamud_Game_Text_SeStringHandling_Payload___" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.#ctor(Dalamud.Game.Text.SeStringHandling.Payload[])">SeString(Payload[])</h4>
|
||||
|
|
@ -167,7 +167,7 @@ Creates a new SeString from an ordered list of payloads.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeString__ctor_System_Collections_Generic_List_Dalamud_Game_Text_SeStringHandling_Payload__.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.%23ctor(System.Collections.Generic.List%7BDalamud.Game.Text.SeStringHandling.Payload%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/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeString.cs/#L29">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeString.cs/#L33">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString__ctor_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.#ctor*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString__ctor_System_Collections_Generic_List_Dalamud_Game_Text_SeStringHandling_Payload__" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.#ctor(System.Collections.Generic.List{Dalamud.Game.Text.SeStringHandling.Payload})">SeString(List<Payload>)</h4>
|
||||
|
|
@ -205,7 +205,7 @@ public SeString(List<Payload> payloads)</code></pre>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeString_Payloads.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.Payloads%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/Text/SeStringHandling/SeString.cs/#L48">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeString.cs/#L66">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_Payloads_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.Payloads*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_Payloads" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.Payloads">Payloads</h4>
|
||||
|
|
@ -231,12 +231,45 @@ public SeString(List<Payload> payloads)</code></pre>
|
|||
</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_Text_SeStringHandling_SeString_TextArrowPayloads.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.TextArrowPayloads%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/Text/SeStringHandling/SeString.cs/#L54">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_TextArrowPayloads_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.TextArrowPayloads*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_TextArrowPayloads" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.TextArrowPayloads">TextArrowPayloads</h4>
|
||||
<div class="markdown level1 summary"><p>Gets a list of Payloads necessary to display the arrow link marker icon in chat
|
||||
with the appropriate glow and coloring.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static IEnumerable<Payload> TextArrowPayloads { 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.Collections.Generic.IEnumerable</span><<a class="xref" href="Dalamud.Game.Text.SeStringHandling.Payload.html">Payload</a>></td>
|
||||
<td><p>A list of all the payloads required to insert the link marker.</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_Text_SeStringHandling_SeString_TextValue.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.TextValue%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/Text/SeStringHandling/SeString.cs/#L56">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeString.cs/#L74">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_TextValue_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.TextValue*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_TextValue" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.TextValue">TextValue</h4>
|
||||
|
|
@ -270,7 +303,7 @@ public SeString(List<Payload> payloads)</code></pre>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeString_Append_Dalamud_Game_Text_SeStringHandling_Payload_.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.Append(Dalamud.Game.Text.SeStringHandling.Payload)%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/Text/SeStringHandling/SeString.cs/#L132">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeString.cs/#L323">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_Append_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.Append*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_Append_Dalamud_Game_Text_SeStringHandling_Payload_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.Append(Dalamud.Game.Text.SeStringHandling.Payload)">Append(Payload)</h4>
|
||||
|
|
@ -320,7 +353,7 @@ public SeString(List<Payload> payloads)</code></pre>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeString_Append_Dalamud_Game_Text_SeStringHandling_SeString_.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.Append(Dalamud.Game.Text.SeStringHandling.SeString)%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/Text/SeStringHandling/SeString.cs/#L110">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeString.cs/#L301">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_Append_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.Append*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_Append_Dalamud_Game_Text_SeStringHandling_SeString_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.Append(Dalamud.Game.Text.SeStringHandling.SeString)">Append(SeString)</h4>
|
||||
|
|
@ -370,7 +403,7 @@ public SeString(List<Payload> payloads)</code></pre>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeString_Append_System_Collections_Generic_List_Dalamud_Game_Text_SeStringHandling_Payload__.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.Append(System.Collections.Generic.List%7BDalamud.Game.Text.SeStringHandling.Payload%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/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeString.cs/#L121">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeString.cs/#L312">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_Append_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.Append*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_Append_System_Collections_Generic_List_Dalamud_Game_Text_SeStringHandling_Payload__" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.Append(System.Collections.Generic.List{Dalamud.Game.Text.SeStringHandling.Payload})">Append(List<Payload>)</h4>
|
||||
|
|
@ -417,11 +450,346 @@ public SeString(List<Payload> payloads)</code></pre>
|
|||
</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_Text_SeStringHandling_SeString_Encode.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.Encode%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>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeString_CreateItemLink_Lumina_Excel_GeneratedSheets_Item_System_Boolean_System_String_.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.CreateItemLink(Lumina.Excel.GeneratedSheets.Item%2CSystem.Boolean%2CSystem.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/Text/SeStringHandling/SeString.cs/#L177">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_CreateItemLink_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.CreateItemLink*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_CreateItemLink_Lumina_Excel_GeneratedSheets_Item_System_Boolean_System_String_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.CreateItemLink(Lumina.Excel.GeneratedSheets.Item,System.Boolean,System.String)">CreateItemLink(Item, Boolean, String)</h4>
|
||||
<div class="markdown level1 summary"><p>Creates an SeString representing an entire Payload chain that can be used to link an item in the chat log.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static SeString CreateItemLink(Item item, bool isHq, string displayNameOverride = 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">Lumina.Excel.GeneratedSheets.Item</span></td>
|
||||
<td><span class="parametername">item</span></td>
|
||||
<td><p>The Lumina Item to link.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td><span class="parametername">isHq</span></td>
|
||||
<td><p>Whether to link the high-quality variant of the item.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="parametername">displayNameOverride</span></td>
|
||||
<td><p>An optional name override to display, instead of the actual item name.</p>
|
||||
</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><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
|
||||
<td><p>An SeString containing all the payloads necessary to display an item link in the chat log.</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_Text_SeStringHandling_SeString_CreateItemLink_System_UInt32_System_Boolean_System_String_.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.CreateItemLink(System.UInt32%2CSystem.Boolean%2CSystem.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/Text/SeStringHandling/SeString.cs/#L143">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_CreateItemLink_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.CreateItemLink*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_CreateItemLink_System_UInt32_System_Boolean_System_String_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.CreateItemLink(System.UInt32,System.Boolean,System.String)">CreateItemLink(UInt32, Boolean, String)</h4>
|
||||
<div class="markdown level1 summary"><p>Creates an SeString representing an entire Payload chain that can be used to link an item in the chat log.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static SeString CreateItemLink(uint itemId, bool isHq, string displayNameOverride = 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.UInt32</span></td>
|
||||
<td><span class="parametername">itemId</span></td>
|
||||
<td><p>The id of the item to link.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td><span class="parametername">isHq</span></td>
|
||||
<td><p>Whether to link the high-quality variant of the item.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="parametername">displayNameOverride</span></td>
|
||||
<td><p>An optional name override to display, instead of the actual item name.</p>
|
||||
</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><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
|
||||
<td><p>An SeString containing all the payloads necessary to display an item link in the chat log.</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_Text_SeStringHandling_SeString_CreateMapLink_System_String_System_Single_System_Single_System_Single_.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.CreateMapLink(System.String%2CSystem.Single%2CSystem.Single%2CSystem.Single)%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/Text/SeStringHandling/SeString.cs/#L242">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_CreateMapLink_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.CreateMapLink*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_CreateMapLink_System_String_System_Single_System_Single_System_Single_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.CreateMapLink(System.String,System.Single,System.Single,System.Single)">CreateMapLink(String, Single, Single, Single)</h4>
|
||||
<div class="markdown level1 summary"><p>Creates an SeString representing an entire Payload chain that can be used to link a map position in the chat log, matching a specified zone name.
|
||||
Returns null if no corresponding PlaceName was found.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static SeString CreateMapLink(string placeName, float xCoord, float yCoord, float fudgeFactor = 0.05F)</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">placeName</span></td>
|
||||
<td><p>The name of the location for this link. This should be exactly the name as seen in a displayed map link in-game for the same zone.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Single</span></td>
|
||||
<td><span class="parametername">xCoord</span></td>
|
||||
<td><p>The human-readable x-coordinate for this link.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Single</span></td>
|
||||
<td><span class="parametername">yCoord</span></td>
|
||||
<td><p>The human-readable y-coordinate for this link.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Single</span></td>
|
||||
<td><span class="parametername">fudgeFactor</span></td>
|
||||
<td><p>An optional offset to account for rounding and truncation errors; it is best to leave this untouched in most cases.</p>
|
||||
</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><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
|
||||
<td><p>An SeString containing all of the payloads necessary to display a map link in the chat log.</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_Text_SeStringHandling_SeString_CreateMapLink_System_UInt32_System_UInt32_System_Int32_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.CreateMapLink(System.UInt32%2CSystem.UInt32%2CSystem.Int32%2CSystem.Int32)%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/Text/SeStringHandling/SeString.cs/#L190">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_CreateMapLink_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.CreateMapLink*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_CreateMapLink_System_UInt32_System_UInt32_System_Int32_System_Int32_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.CreateMapLink(System.UInt32,System.UInt32,System.Int32,System.Int32)">CreateMapLink(UInt32, UInt32, Int32, Int32)</h4>
|
||||
<div class="markdown level1 summary"><p>Creates an SeString representing an entire Payload chain that can be used to link a map position in the chat log.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static SeString CreateMapLink(uint territoryId, uint mapId, int rawX, int rawY)</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.UInt32</span></td>
|
||||
<td><span class="parametername">territoryId</span></td>
|
||||
<td><p>The id of the TerritoryType for this map link.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.UInt32</span></td>
|
||||
<td><span class="parametername">mapId</span></td>
|
||||
<td><p>The id of the Map for this map link.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td><span class="parametername">rawX</span></td>
|
||||
<td><p>The raw x-coordinate for this link.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td><span class="parametername">rawY</span></td>
|
||||
<td><p>The raw y-coordinate for this link..</p>
|
||||
</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><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
|
||||
<td><p>An SeString containing all of the payloads necessary to display a map link in the chat log.</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_Text_SeStringHandling_SeString_CreateMapLink_System_UInt32_System_UInt32_System_Single_System_Single_System_Single_.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.CreateMapLink(System.UInt32%2CSystem.UInt32%2CSystem.Single%2CSystem.Single%2CSystem.Single)%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/Text/SeStringHandling/SeString.cs/#L216">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_CreateMapLink_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.CreateMapLink*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_CreateMapLink_System_UInt32_System_UInt32_System_Single_System_Single_System_Single_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.CreateMapLink(System.UInt32,System.UInt32,System.Single,System.Single,System.Single)">CreateMapLink(UInt32, UInt32, Single, Single, Single)</h4>
|
||||
<div class="markdown level1 summary"><p>Creates an SeString representing an entire Payload chain that can be used to link a map position in the chat log.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static SeString CreateMapLink(uint territoryId, uint mapId, float xCoord, float yCoord, float fudgeFactor = 0.05F)</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.UInt32</span></td>
|
||||
<td><span class="parametername">territoryId</span></td>
|
||||
<td><p>The id of the TerritoryType for this map link.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.UInt32</span></td>
|
||||
<td><span class="parametername">mapId</span></td>
|
||||
<td><p>The id of the Map for this map link.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Single</span></td>
|
||||
<td><span class="parametername">xCoord</span></td>
|
||||
<td><p>The human-readable x-coordinate for this link.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Single</span></td>
|
||||
<td><span class="parametername">yCoord</span></td>
|
||||
<td><p>The human-readable y-coordinate for this link.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Single</span></td>
|
||||
<td><span class="parametername">fudgeFactor</span></td>
|
||||
<td><p>An optional offset to account for rounding and truncation errors; it is best to leave this untouched in most cases.</p>
|
||||
</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><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
|
||||
<td><p>An SeString containing all of the payloads necessary to display a map link in the chat log.</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_Text_SeStringHandling_SeString_Encode.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.Encode%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/Text/SeStringHandling/SeString.cs/#L334">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_Encode_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.Encode*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_Encode" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.Encode">Encode()</h4>
|
||||
<div class="markdown level1 summary"><p>Encodes the Payloads in this SeString into a binary representation
|
||||
|
|
@ -453,7 +821,7 @@ suitable for use by in-game handlers, such as the chat log.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeString_FromJson_System_String_.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.FromJson(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/Text/SeStringHandling/SeString.cs/#L79">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeString.cs/#L270">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_FromJson_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.FromJson*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_FromJson_System_String_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.FromJson(System.String)">FromJson(String)</h4>
|
||||
|
|
@ -494,6 +862,162 @@ suitable for use by in-game handlers, such as the chat log.</p>
|
|||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
|
||||
<td><p>A SeString initialized with values from the json.</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_Text_SeStringHandling_SeString_Parse_System_Byte__System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.Parse(System.Byte*%2CSystem.Int32)%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/Text/SeStringHandling/SeString.cs/#L98">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_Parse_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.Parse*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_Parse_System_Byte__System_Int32_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.Parse(System.Byte*,System.Int32)">Parse(Byte*, Int32)</h4>
|
||||
<div class="markdown level1 summary"><p>Parse a binary game message into an SeString.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static SeString Parse(byte *ptr, int len)</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.Byte</span>*</td>
|
||||
<td><span class="parametername">ptr</span></td>
|
||||
<td><p>Pointer to the string's data in memory.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td><span class="parametername">len</span></td>
|
||||
<td><p>Length of the string's data in memory.</p>
|
||||
</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><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
|
||||
<td><p>An SeString containing parsed Payload objects for each payload in the data.</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_Text_SeStringHandling_SeString_Parse_System_Byte___.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.Parse(System.Byte%5B%5D)%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/Text/SeStringHandling/SeString.cs/#L134">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_Parse_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.Parse*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_Parse_System_Byte___" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.Parse(System.Byte[])">Parse(Byte[])</h4>
|
||||
<div class="markdown level1 summary"><p>Parse a binary game message into an SeString.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static SeString Parse(byte[] bytes)</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.Byte</span>[]</td>
|
||||
<td><span class="parametername">bytes</span></td>
|
||||
<td><p>Binary message payload data in SE's internal format.</p>
|
||||
</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><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
|
||||
<td><p>An SeString containing parsed Payload objects for each payload in the data.</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_Text_SeStringHandling_SeString_Parse_System_ReadOnlySpan_System_Byte__.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.Parse(System.ReadOnlySpan%7BSystem.Byte%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/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeString.cs/#L121">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_Parse_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.Parse*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_Parse_System_ReadOnlySpan_System_Byte__" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.Parse(System.ReadOnlySpan{System.Byte})">Parse(ReadOnlySpan<Byte>)</h4>
|
||||
<div class="markdown level1 summary"><p>Parse a binary game message into an SeString.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static SeString Parse(ReadOnlySpan<byte> data)</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.ReadOnlySpan</span><<span class="xref">System.Byte</span>></td>
|
||||
<td><span class="parametername">data</span></td>
|
||||
<td><p>Binary message payload data in SE's internal format.</p>
|
||||
</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><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
|
||||
<td><p>An SeString containing parsed Payload objects for each payload in the data.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -503,7 +1027,7 @@ suitable for use by in-game handlers, such as the chat log.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeString_ToJson.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.ToJson%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/Text/SeStringHandling/SeString.cs/#L95">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeString.cs/#L286">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_ToJson_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.ToJson*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_ToJson" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.ToJson">ToJson()</h4>
|
||||
|
|
@ -535,7 +1059,7 @@ suitable for use by in-game handlers, such as the chat log.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeString_ToString.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.ToString%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/Text/SeStringHandling/SeString.cs/#L158">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeString.cs/#L349">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_ToString_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.ToString*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_ToString" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.ToString">ToString()</h4>
|
||||
|
|
@ -571,7 +1095,7 @@ suitable for use by in-game handlers, such as the chat log.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeString_op_Implicit_System_String__Dalamud_Game_Text_SeStringHandling_SeString.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString.op_Implicit(System.String)~Dalamud.Game.Text.SeStringHandling.SeString%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/Text/SeStringHandling/SeString.cs/#L72">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeString.cs/#L90">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeString_op_Implicit_" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.op_Implicit*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeString_op_Implicit_System_String__Dalamud_Game_Text_SeStringHandling_SeString" data-uid="Dalamud.Game.Text.SeStringHandling.SeString.op_Implicit(System.String)~Dalamud.Game.Text.SeStringHandling.SeString">Implicit(String to SeString)</h4>
|
||||
|
|
@ -627,7 +1151,7 @@ suitable for use by in-game handlers, such as the chat log.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeString.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeString%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/Text/SeStringHandling/SeString.cs/#L13" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeString.cs/#L17" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -109,7 +109,8 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Game_Text_SeStringHandling_SeStringManager_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class SeStringManager</code></pre>
|
||||
<pre><code class="lang-csharp hljs">[Obsolete("This class is obsolete. Please use the static methods on SeString instead.", true)]
|
||||
public sealed class SeStringManager</code></pre>
|
||||
</div>
|
||||
<h3 id="methods">Methods
|
||||
</h3>
|
||||
|
|
@ -118,7 +119,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateItemLink_Lumina_Excel_GeneratedSheets_Item_System_Boolean_System_String_.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink(Lumina.Excel.GeneratedSheets.Item%2CSystem.Boolean%2CSystem.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/Text/SeStringHandling/SeStringManager.cs/#L91">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeStringManager.cs/#L71">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateItemLink_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateItemLink_Lumina_Excel_GeneratedSheets_Item_System_Boolean_System_String_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink(Lumina.Excel.GeneratedSheets.Item,System.Boolean,System.String)">CreateItemLink(Item, Boolean, String)</h4>
|
||||
|
|
@ -127,7 +128,8 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public SeString CreateItemLink(Item item, bool isHQ, string displayNameOverride = null)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">[Obsolete("This method is obsolete. Please use the static methods on SeString instead.", true)]
|
||||
public SeString CreateItemLink(Item item, bool isHQ, string displayNameOverride = null)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -180,7 +182,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateItemLink_System_UInt32_System_Boolean_System_String_.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink(System.UInt32%2CSystem.Boolean%2CSystem.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/Text/SeStringHandling/SeStringManager.cs/#L57">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeStringManager.cs/#L61">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateItemLink_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateItemLink_System_UInt32_System_Boolean_System_String_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink(System.UInt32,System.Boolean,System.String)">CreateItemLink(UInt32, Boolean, String)</h4>
|
||||
|
|
@ -189,7 +191,8 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public SeString CreateItemLink(uint itemId, bool isHQ, string displayNameOverride = null)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">[Obsolete("This method is obsolete. Please use the static methods on SeString instead.", true)]
|
||||
public SeString CreateItemLink(uint itemId, bool isHQ, string displayNameOverride = null)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -242,7 +245,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateMapLink_System_String_System_Single_System_Single_System_Single_.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateMapLink(System.String%2CSystem.Single%2CSystem.Single%2CSystem.Single)%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/Text/SeStringHandling/SeStringManager.cs/#L155">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeStringManager.cs/#L106">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateMapLink_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateMapLink*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateMapLink_System_String_System_Single_System_Single_System_Single_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateMapLink(System.String,System.Single,System.Single,System.Single)">CreateMapLink(String, Single, Single, Single)</h4>
|
||||
|
|
@ -251,7 +254,8 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public SeString CreateMapLink(string placeName, float xCoord, float yCoord, float fudgeFactor = 0.05F)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">[Obsolete("This method is obsolete. Please use the static methods on SeString instead.", true)]
|
||||
public SeString CreateMapLink(string placeName, float xCoord, float yCoord, float fudgeFactor = 0.05F)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -310,7 +314,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateMapLink_System_UInt32_System_UInt32_System_Int32_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateMapLink(System.UInt32%2CSystem.UInt32%2CSystem.Int32%2CSystem.Int32)%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/Text/SeStringHandling/SeStringManager.cs/#L104">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeStringManager.cs/#L82">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateMapLink_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateMapLink*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateMapLink_System_UInt32_System_UInt32_System_Int32_System_Int32_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateMapLink(System.UInt32,System.UInt32,System.Int32,System.Int32)">CreateMapLink(UInt32, UInt32, Int32, Int32)</h4>
|
||||
|
|
@ -319,7 +323,8 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public SeString CreateMapLink(uint territoryId, uint mapId, int rawX, int rawY)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">[Obsolete("This method is obsolete. Please use the static methods on SeString instead.", true)]
|
||||
public SeString CreateMapLink(uint territoryId, uint mapId, int rawX, int rawY)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -378,7 +383,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateMapLink_System_UInt32_System_UInt32_System_Single_System_Single_System_Single_.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateMapLink(System.UInt32%2CSystem.UInt32%2CSystem.Single%2CSystem.Single%2CSystem.Single)%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/Text/SeStringHandling/SeStringManager.cs/#L130">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeStringManager.cs/#L95">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateMapLink_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateMapLink*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateMapLink_System_UInt32_System_UInt32_System_Single_System_Single_System_Single_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateMapLink(System.UInt32,System.UInt32,System.Single,System.Single,System.Single)">CreateMapLink(UInt32, UInt32, Single, Single, Single)</h4>
|
||||
|
|
@ -387,7 +392,8 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public SeString CreateMapLink(uint territoryId, uint mapId, float xCoord, float yCoord, float fudgeFactor = 0.05F)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">[Obsolete("This method is obsolete. Please use the static methods on SeString instead.", true)]
|
||||
public SeString CreateMapLink(uint territoryId, uint mapId, float xCoord, float yCoord, float fudgeFactor = 0.05F)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -443,6 +449,63 @@
|
|||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
|
||||
<td><p>An SeString containing all of the payloads necessary to display a map link in the chat log.</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_Text_SeStringHandling_SeStringManager_Parse_System_Byte__System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeStringManager.Parse(System.Byte*%2CSystem.Int32)%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/Text/SeStringHandling/SeStringManager.cs/#L35">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeStringManager_Parse_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.Parse*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeStringManager_Parse_System_Byte__System_Int32_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.Parse(System.Byte*,System.Int32)">Parse(Byte*, Int32)</h4>
|
||||
<div class="markdown level1 summary"><p>Parse a binary game message into an SeString.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[Obsolete("This method is obsolete. Please use the static methods on SeString instead.", true)]
|
||||
public SeString Parse(byte *ptr, int len)</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.Byte</span>*</td>
|
||||
<td><span class="parametername">ptr</span></td>
|
||||
<td><p>Pointer to the string's data in memory.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td><span class="parametername">len</span></td>
|
||||
<td><p>Length of the string's data in memory.</p>
|
||||
</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><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
|
||||
<td><p>An SeString containing parsed Payload objects for each payload in the data.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -452,7 +515,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeStringManager_Parse_System_Byte___.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeStringManager.Parse(System.Byte%5B%5D)%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/Text/SeStringHandling/SeStringManager.cs/#L32">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeStringManager.cs/#L51">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeStringManager_Parse_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.Parse*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeStringManager_Parse_System_Byte___" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.Parse(System.Byte[])">Parse(Byte[])</h4>
|
||||
|
|
@ -461,7 +524,8 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public SeString Parse(byte[] bytes)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">[Obsolete("This method is obsolete. Please use the static methods on SeString instead.", true)]
|
||||
public SeString Parse(byte[] bytes)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -493,6 +557,57 @@
|
|||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
|
||||
<td><p>An SeString containing parsed Payload objects for each payload in the data.</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_Text_SeStringHandling_SeStringManager_Parse_System_ReadOnlySpan_System_Byte__.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeStringManager.Parse(System.ReadOnlySpan%7BSystem.Byte%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/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeStringManager.cs/#L43">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeStringManager_Parse_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.Parse*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeStringManager_Parse_System_ReadOnlySpan_System_Byte__" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.Parse(System.ReadOnlySpan{System.Byte})">Parse(ReadOnlySpan<Byte>)</h4>
|
||||
<div class="markdown level1 summary"><p>Parse a binary game message into an SeString.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[Obsolete("This method is obsolete. Please use the static methods on SeString instead.", true)]
|
||||
public SeString Parse(ReadOnlySpan<byte> data)</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.ReadOnlySpan</span><<span class="xref">System.Byte</span>></td>
|
||||
<td><span class="parametername">data</span></td>
|
||||
<td><p>Binary message payload data in SE's internal format.</p>
|
||||
</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><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
|
||||
<td><p>An SeString containing parsed Payload objects for each payload in the data.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -502,7 +617,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeStringManager_TextArrowPayloads.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeStringManager.TextArrowPayloads%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/Text/SeStringHandling/SeStringManager.cs/#L183">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeStringManager.cs/#L114">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Text_SeStringHandling_SeStringManager_TextArrowPayloads_" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.TextArrowPayloads*"></a>
|
||||
<h4 id="Dalamud_Game_Text_SeStringHandling_SeStringManager_TextArrowPayloads" data-uid="Dalamud.Game.Text.SeStringHandling.SeStringManager.TextArrowPayloads">TextArrowPayloads()</h4>
|
||||
|
|
@ -512,7 +627,8 @@ with the appropriate glow and coloring.</p>
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public List<Payload> TextArrowPayloads()</code></pre>
|
||||
<pre><code class="lang-csharp hljs">[Obsolete("This data is obsolete. Please use the static version on SeString instead.", true)]
|
||||
public List<Payload> TextArrowPayloads()</code></pre>
|
||||
</div>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -541,7 +657,7 @@ with the appropriate glow and coloring.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Text_SeStringHandling_SeStringManager.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeStringHandling.SeStringManager%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/Text/SeStringHandling/SeStringManager.cs/#L16" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/Text/SeStringHandling/SeStringManager.cs/#L17" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ installation directory.</p>
|
|||
<section><p>A delegate type used during the native Framework::destroy.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Game.Framework.OnUpdateDelegate.html">Framework.OnUpdateDelegate</a></h4>
|
||||
<section><p>A delegate type used with the <a class="xref" href="Dalamud.Game.Framework.html#Dalamud_Game_Framework_OnUpdateEvent">OnUpdateEvent</a> event.</p>
|
||||
<section><p>A delegate type used with the <a class="xref" href="Dalamud.Game.Framework.html#Dalamud_Game_Framework_Update">Update</a> event.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ It can be used to draw custom windows and overlays.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_UiBuilder_DefaultFont.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.DefaultFont%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/Interface/UiBuilder.cs/#L54">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L66">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_DefaultFont_" data-uid="Dalamud.Interface.UiBuilder.DefaultFont*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_DefaultFont" data-uid="Dalamud.Interface.UiBuilder.DefaultFont">DefaultFont</h4>
|
||||
|
|
@ -154,7 +154,7 @@ It can be used to draw custom windows and overlays.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_UiBuilder_Device.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.Device%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/Interface/UiBuilder.cs/#L69">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L81">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_Device_" data-uid="Dalamud.Interface.UiBuilder.Device*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_Device" data-uid="Dalamud.Interface.UiBuilder.Device">Device</h4>
|
||||
|
|
@ -185,7 +185,7 @@ It can be used to draw custom windows and overlays.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_UiBuilder_DisableAutomaticUiHide.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.DisableAutomaticUiHide%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/Interface/UiBuilder.cs/#L79">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L91">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_DisableAutomaticUiHide_" data-uid="Dalamud.Interface.UiBuilder.DisableAutomaticUiHide*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_DisableAutomaticUiHide" data-uid="Dalamud.Interface.UiBuilder.DisableAutomaticUiHide">DisableAutomaticUiHide</h4>
|
||||
|
|
@ -216,7 +216,7 @@ It can be used to draw custom windows and overlays.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_UiBuilder_DisableCutsceneUiHide.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.DisableCutsceneUiHide%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/Interface/UiBuilder.cs/#L89">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L101">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_DisableCutsceneUiHide_" data-uid="Dalamud.Interface.UiBuilder.DisableCutsceneUiHide*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_DisableCutsceneUiHide" data-uid="Dalamud.Interface.UiBuilder.DisableCutsceneUiHide">DisableCutsceneUiHide</h4>
|
||||
|
|
@ -247,7 +247,7 @@ It can be used to draw custom windows and overlays.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_UiBuilder_DisableGposeUiHide.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.DisableGposeUiHide%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/Interface/UiBuilder.cs/#L94">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L106">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_DisableGposeUiHide_" data-uid="Dalamud.Interface.UiBuilder.DisableGposeUiHide*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_DisableGposeUiHide" data-uid="Dalamud.Interface.UiBuilder.DisableGposeUiHide">DisableGposeUiHide</h4>
|
||||
|
|
@ -278,7 +278,7 @@ It can be used to draw custom windows and overlays.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_UiBuilder_DisableUserUiHide.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.DisableUserUiHide%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/Interface/UiBuilder.cs/#L84">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L96">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_DisableUserUiHide_" data-uid="Dalamud.Interface.UiBuilder.DisableUserUiHide*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_DisableUserUiHide" data-uid="Dalamud.Interface.UiBuilder.DisableUserUiHide">DisableUserUiHide</h4>
|
||||
|
|
@ -309,7 +309,7 @@ It can be used to draw custom windows and overlays.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_UiBuilder_IconFont.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.IconFont%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/Interface/UiBuilder.cs/#L59">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L71">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_IconFont_" data-uid="Dalamud.Interface.UiBuilder.IconFont*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_IconFont" data-uid="Dalamud.Interface.UiBuilder.IconFont">IconFont</h4>
|
||||
|
|
@ -340,7 +340,7 @@ It can be used to draw custom windows and overlays.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_UiBuilder_MonoFont.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.MonoFont%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/Interface/UiBuilder.cs/#L64">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L76">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_MonoFont_" data-uid="Dalamud.Interface.UiBuilder.MonoFont*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_MonoFont" data-uid="Dalamud.Interface.UiBuilder.MonoFont">MonoFont</h4>
|
||||
|
|
@ -366,47 +366,12 @@ It can be used to draw custom windows and overlays.</p>
|
|||
</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_Interface_UiBuilder_OnBuildFonts.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.OnBuildFonts%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/Interface/UiBuilder.cs/#L112">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_OnBuildFonts_" data-uid="Dalamud.Interface.UiBuilder.OnBuildFonts*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_OnBuildFonts" data-uid="Dalamud.Interface.UiBuilder.OnBuildFonts">OnBuildFonts</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets an action that is called any time ImGui fonts need to be rebuilt.<br>
|
||||
Any ImFontPtr objects that you store <strong>can be invalidated</strong> when fonts are rebuilt
|
||||
(at any time), so you should both reload your custom fonts and restore those
|
||||
pointers inside this handler.<br>
|
||||
<strong>PLEASE remove this handler inside Dispose, or when you no longer need your fonts!</strong></p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Action OnBuildFonts { 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.Action</span></td>
|
||||
<td></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_Interface_UiBuilder_OverrideGameCursor.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.OverrideGameCursor%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/Interface/UiBuilder.cs/#L99">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L111">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_OverrideGameCursor_" data-uid="Dalamud.Interface.UiBuilder.OverrideGameCursor*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_OverrideGameCursor" data-uid="Dalamud.Interface.UiBuilder.OverrideGameCursor">OverrideGameCursor</h4>
|
||||
|
|
@ -437,7 +402,7 @@ pointers inside this handler.<br>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_UiBuilder_WindowHandlePtr.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.WindowHandlePtr%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/Interface/UiBuilder.cs/#L74">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L86">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_WindowHandlePtr_" data-uid="Dalamud.Interface.UiBuilder.WindowHandlePtr*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_WindowHandlePtr" data-uid="Dalamud.Interface.UiBuilder.WindowHandlePtr">WindowHandlePtr</h4>
|
||||
|
|
@ -465,12 +430,64 @@ pointers inside this handler.<br>
|
|||
</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_Interface_UiBuilder_AddNotification_System_String_System_String_Dalamud_Interface_Internal_Notifications_NotificationType_System_UInt32_.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.AddNotification(System.String%2CSystem.String%2CDalamud.Interface.Internal.Notifications.NotificationType%2CSystem.UInt32)%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/Interface/UiBuilder.cs/#L210">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_AddNotification_" data-uid="Dalamud.Interface.UiBuilder.AddNotification*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_AddNotification_System_String_System_String_Dalamud_Interface_Internal_Notifications_NotificationType_System_UInt32_" data-uid="Dalamud.Interface.UiBuilder.AddNotification(System.String,System.String,Dalamud.Interface.Internal.Notifications.NotificationType,System.UInt32)">AddNotification(String, String, NotificationType, UInt32)</h4>
|
||||
<div class="markdown level1 summary"><p>Add a notification to the notification queue.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void AddNotification(string content, string title = null, NotificationType type = NotificationType.None, uint msDelay = 3000U)</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">content</span></td>
|
||||
<td><p>The content of the notification.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="parametername">title</span></td>
|
||||
<td><p>The title of the notification.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Interface.Internal.Notifications.NotificationType.html">NotificationType</a></td>
|
||||
<td><span class="parametername">type</span></td>
|
||||
<td><p>The type of the notification.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.UInt32</span></td>
|
||||
<td><span class="parametername">msDelay</span></td>
|
||||
<td><p>The time the notification should be displayed for.</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_Interface_UiBuilder_Dispose.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.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/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L207">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L217">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_Dispose_" data-uid="Dalamud.Interface.UiBuilder.Dispose*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_Dispose" data-uid="Dalamud.Interface.UiBuilder.Dispose">Dispose()</h4>
|
||||
|
|
@ -486,7 +503,7 @@ pointers inside this handler.<br>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_UiBuilder_LoadImage_System_Byte___.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.LoadImage(System.Byte%5B%5D)%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/Interface/UiBuilder.cs/#L179">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L178">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_LoadImage_" data-uid="Dalamud.Interface.UiBuilder.LoadImage*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_LoadImage_System_Byte___" data-uid="Dalamud.Interface.UiBuilder.LoadImage(System.Byte[])">LoadImage(Byte[])</h4>
|
||||
|
|
@ -536,7 +553,7 @@ pointers inside this handler.<br>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_UiBuilder_LoadImage_System_String_.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.LoadImage(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/Interface/UiBuilder.cs/#L171">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L170">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_LoadImage_" data-uid="Dalamud.Interface.UiBuilder.LoadImage*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_LoadImage_System_String_" data-uid="Dalamud.Interface.UiBuilder.LoadImage(System.String)">LoadImage(String)</h4>
|
||||
|
|
@ -586,7 +603,7 @@ pointers inside this handler.<br>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_UiBuilder_LoadImageRaw_System_Byte___System_Int32_System_Int32_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.LoadImageRaw(System.Byte%5B%5D%2CSystem.Int32%2CSystem.Int32%2CSystem.Int32)%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/Interface/UiBuilder.cs/#L190">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L189">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_LoadImageRaw_" data-uid="Dalamud.Interface.UiBuilder.LoadImageRaw*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_LoadImageRaw_System_Byte___System_Int32_System_Int32_System_Int32_" data-uid="Dalamud.Interface.UiBuilder.LoadImageRaw(System.Byte[],System.Int32,System.Int32,System.Int32)">LoadImageRaw(Byte[], Int32, Int32, Int32)</h4>
|
||||
|
|
@ -654,12 +671,12 @@ pointers inside this handler.<br>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_UiBuilder_RebuildFonts.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.RebuildFonts%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/Interface/UiBuilder.cs/#L198">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L197">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_UiBuilder_RebuildFonts_" data-uid="Dalamud.Interface.UiBuilder.RebuildFonts*"></a>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_RebuildFonts" data-uid="Dalamud.Interface.UiBuilder.RebuildFonts">RebuildFonts()</h4>
|
||||
<div class="markdown level1 summary"><p>Call this to queue a rebuild of the font atlas.<br>
|
||||
This will invoke any <a class="xref" href="Dalamud.Interface.UiBuilder.html#Dalamud_Interface_UiBuilder_OnBuildFonts">OnBuildFonts</a> handlers and ensure that any loaded fonts are
|
||||
This will invoke any <span class="xref">Dalamud.Interface.UiBuilder.OnBuildFonts</span> handlers and ensure that any loaded fonts are
|
||||
ready to be used on the next UI frame.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
|
@ -671,19 +688,22 @@ ready to be used on the next UI frame.</p>
|
|||
</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_Interface_UiBuilder_Draw.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.Draw%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>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_UiBuilder_BuildFonts.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.BuildFonts%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/Interface/UiBuilder.cs/#L44">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L61">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_Draw" data-uid="Dalamud.Interface.UiBuilder.Draw">Draw</h4>
|
||||
<div class="markdown level1 summary"><p>The delegate that gets called when Dalamud is ready to draw your windows or overlays.
|
||||
When it is called, you can use static ImGui calls.</p>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_BuildFonts" data-uid="Dalamud.Interface.UiBuilder.BuildFonts">BuildFonts</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets an action that is called any time ImGui fonts need to be rebuilt.<br>
|
||||
Any ImFontPtr objects that you store <strong>can be invalidated</strong> when fonts are rebuilt
|
||||
(at any time), so you should both reload your custom fonts and restore those
|
||||
pointers inside this handler.<br>
|
||||
<strong>PLEASE remove this handler inside Dispose, or when you no longer need your fonts!</strong></p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event RawDX11Scene.BuildUIDelegate Draw</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public event Action BuildFonts</code></pre>
|
||||
</div>
|
||||
<h5 class="eventType">Event Type</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -695,7 +715,38 @@ When it is called, you can use static ImGui calls.</p>
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="ImGuiScene.RawDX11Scene.BuildUIDelegate.html">RawDX11Scene.BuildUIDelegate</a></td>
|
||||
<td><span class="xref">System.Action</span></td>
|
||||
<td></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_Interface_UiBuilder_Draw.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.Draw%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/Interface/UiBuilder.cs/#L47">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_Draw" data-uid="Dalamud.Interface.UiBuilder.Draw">Draw</h4>
|
||||
<div class="markdown level1 summary"><p>The delegate that gets called when Dalamud is ready to draw your windows or overlays.
|
||||
When it is called, you can use static ImGui calls.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event Action Draw</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.Action</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -705,7 +756,7 @@ When it is called, you can use static ImGui calls.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_UiBuilder_OpenConfigUi.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder.OpenConfigUi%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/Interface/UiBuilder.cs/#L49">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L52">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Interface_UiBuilder_OpenConfigUi" data-uid="Dalamud.Interface.UiBuilder.OpenConfigUi">OpenConfigUi</h4>
|
||||
<div class="markdown level1 summary"><p>Event that is fired when the plugin should open its configuration interface.</p>
|
||||
|
|
@ -713,7 +764,7 @@ When it is called, you can use static ImGui calls.</p>
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event EventHandler OpenConfigUi</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public event Action OpenConfigUi</code></pre>
|
||||
</div>
|
||||
<h5 class="eventType">Event Type</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -725,7 +776,7 @@ When it is called, you can use static ImGui calls.</p>
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.EventHandler</span></td>
|
||||
<td><span class="xref">System.Action</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -745,7 +796,7 @@ When it is called, you can use static ImGui calls.</p>
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_UiBuilder.md&value=---%0Auid%3A%20Dalamud.Interface.UiBuilder%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/Interface/UiBuilder.cs/#L20" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/UiBuilder.cs/#L21" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -215,7 +215,7 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_IoC_RequiredVersionAttribute_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Parameter)]
|
||||
<pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter)]
|
||||
public class RequiredVersionAttribute : Attribute</code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
|
|
|
|||
|
|
@ -79,6 +79,9 @@
|
|||
</h3>
|
||||
<h4><a class="xref" href="Dalamud.IoC.PluginInterfaceAttribute.html">PluginInterfaceAttribute</a></h4>
|
||||
<section><p>This attribute indicates whether the decorated class should be exposed to plugins via IoC.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.IoC.PluginServiceAttribute.html">PluginServiceAttribute</a></h4>
|
||||
<section><p>This attribute indicates whether an applicable service should be injected into the plugin.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.IoC.RequiredVersionAttribute.html">RequiredVersionAttribute</a></h4>
|
||||
<section><p>This attribute indicates the version of a service module that is required for the plugin to load.</p>
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@
|
|||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Plugin_DalamudPluginInterface_LanguageChangedDelegate.md&value=---%0Auid%3A%20Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate%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/Plugin/DalamudPluginInterface.cs/#L71" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Plugin/DalamudPluginInterface.cs/#L72" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -79,9 +79,51 @@
|
|||
</h3>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.DalamudPluginInterface.html">DalamudPluginInterface</a></h4>
|
||||
<section><p>This class acts as an interface to various objects needed to interact with Dalamud and the game.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.IpcNotReadyError.html">IpcNotReadyError</a></h4>
|
||||
<section><p>This exception is thrown when an IPC method is invoked, but nothing has been registered by that name yet.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.IpcTypeMismatchError.html">IpcTypeMismatchError</a></h4>
|
||||
<section><p>This exception is thrown when an IPC method is checked out, but the type does not match what was previously registered.</p>
|
||||
</section>
|
||||
<h3 id="interfaces">Interfaces
|
||||
</h3>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateProvider-1.html">ICallGateProvider<TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateProvider-2.html">ICallGateProvider<T1, TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateProvider-3.html">ICallGateProvider<T1, T2, TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateProvider-4.html">ICallGateProvider<T1, T2, T3, TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateProvider-5.html">ICallGateProvider<T1, T2, T3, T4, TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateProvider-6.html">ICallGateProvider<T1, T2, T3, T4, T5, TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateProvider-7.html">ICallGateProvider<T1, T2, T3, T4, T5, T6, TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateProvider-8.html">ICallGateProvider<T1, T2, T3, T4, T5, T6, T7, TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateProvider-9.html">ICallGateProvider<T1, T2, T3, T4, T5, T6, T7, T8, TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateSubscriber-1.html">ICallGateSubscriber<TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateSubscriber-2.html">ICallGateSubscriber<T1, TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateSubscriber-3.html">ICallGateSubscriber<T1, T2, TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateSubscriber-4.html">ICallGateSubscriber<T1, T2, T3, TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateSubscriber-5.html">ICallGateSubscriber<T1, T2, T3, T4, TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateSubscriber-6.html">ICallGateSubscriber<T1, T2, T3, T4, T5, TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateSubscriber-7.html">ICallGateSubscriber<T1, T2, T3, T4, T5, T6, TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateSubscriber-8.html">ICallGateSubscriber<T1, T2, T3, T4, T5, T6, T7, TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.ICallGateSubscriber-9.html">ICallGateSubscriber<T1, T2, T3, T4, T5, T6, T7, T8, TRet></a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="Dalamud.Plugin.IDalamudPlugin.html">IDalamudPlugin</a></h4>
|
||||
<section><p>This interface represents a basic Dalamud plugin. All plugins have to implement this interface.</p>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -79,6 +79,9 @@
|
|||
</h3>
|
||||
<h4><a class="xref" href="Dalamud.Utility.EnumExtensions.html">EnumExtensions</a></h4>
|
||||
<section><p>Extension methods for enums.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Utility.SeStringExtensions.html">SeStringExtensions</a></h4>
|
||||
<section><p>Extension methods for SeStrings.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Utility.StringExtensions.html">StringExtensions</a></h4>
|
||||
<section><p>Extension methods for strings.</p>
|
||||
|
|
|
|||
|
|
@ -220,10 +220,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_Attributes_Addon__ctor_System_String___.md&value=---%0Auid%3A%20FFXIVClientStructs.Attributes.Addon.%23ctor(System.String%5B%5D)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_Attributes_Addon__ctor_System_String___.md&value=---%0Auid%3A%20FFXIVClientStructs.Attributes.Addon.%23ctor(System.String%5B%5D)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/Attributes/Addon.cs/#L8">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/Attributes/Addon.cs/#L8">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_Attributes_Addon__ctor_" data-uid="FFXIVClientStructs.Attributes.Addon.#ctor*"></a>
|
||||
<h4 id="FFXIVClientStructs_Attributes_Addon__ctor_System_String___" data-uid="FFXIVClientStructs.Attributes.Addon.#ctor(System.String[])">Addon(String[])</h4>
|
||||
|
|
@ -254,10 +254,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_Attributes_Addon_AddonIdentifiers.md&value=---%0Auid%3A%20FFXIVClientStructs.Attributes.Addon.AddonIdentifiers%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_Attributes_Addon_AddonIdentifiers.md&value=---%0Auid%3A%20FFXIVClientStructs.Attributes.Addon.AddonIdentifiers%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/Attributes/Addon.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/Attributes/Addon.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_Attributes_Addon_AddonIdentifiers_" data-uid="FFXIVClientStructs.Attributes.Addon.AddonIdentifiers*"></a>
|
||||
<h4 id="FFXIVClientStructs_Attributes_Addon_AddonIdentifiers" data-uid="FFXIVClientStructs.Attributes.Addon.AddonIdentifiers">AddonIdentifiers</h4>
|
||||
|
|
@ -290,10 +290,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_Attributes_Addon.md&value=---%0Auid%3A%20FFXIVClientStructs.Attributes.Addon%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_Attributes_Addon.md&value=---%0Auid%3A%20FFXIVClientStructs.Attributes.Addon%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/Attributes/Addon.cs/#L6" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/Attributes/Addon.cs/#L6" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,116 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetActionStatus_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_UInt32_System_UInt32_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetActionStatus(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32%2CSystem.UInt32%2CSystem.UInt32%2CSystem.UInt32)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetActionInRangeOrLoS_System_UInt32_FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject__FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject__.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetActionInRangeOrLoS(System.UInt32%2CFFXIVClientStructs.FFXIV.Client.Game.Object.GameObject*%2CFFXIVClientStructs.FFXIV.Client.Game.Object.GameObject*)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L17">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L42">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetActionInRangeOrLoS_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetActionInRangeOrLoS*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetActionInRangeOrLoS_System_UInt32_FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject__FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject__" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetActionInRangeOrLoS(System.UInt32,FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject*,FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject*)">GetActionInRangeOrLoS(UInt32, GameObject*, GameObject*)</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">[MemberFunction("E8 ?? ?? ?? ?? 85 C0 75 02 33 C0", IsStatic = true)]
|
||||
public static uint GetActionInRangeOrLoS(uint actionId, GameObject*sourceObject, GameObject*targetObject)</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.UInt32</span></td>
|
||||
<td><span class="parametername">actionId</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html">GameObject</a>*</td>
|
||||
<td><span class="parametername">sourceObject</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html">GameObject</a>*</td>
|
||||
<td><span class="parametername">targetObject</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.UInt32</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetActionRange_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetActionRange(System.UInt32)%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/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L39">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetActionRange_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetActionRange*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetActionRange_System_UInt32_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetActionRange(System.UInt32)">GetActionRange(UInt32)</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">[MemberFunction("E8 ?? ?? ?? ?? 8B CD 0F 28 F0", IsStatic = true)]
|
||||
public static float GetActionRange(uint actionId)</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.UInt32</span></td>
|
||||
<td><span class="parametername">actionId</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.Single</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetActionStatus_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_UInt32_System_UInt32_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetActionStatus(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32%2CSystem.UInt32%2CSystem.UInt32%2CSystem.UInt32)%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/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetActionStatus_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetActionStatus*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetActionStatus_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_UInt32_System_UInt32_System_UInt32_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetActionStatus(FFXIVClientStructs.FFXIV.Client.Game.ActionType,System.UInt32,System.UInt32,System.UInt32,System.UInt32)">GetActionStatus(ActionType, UInt32, UInt32, UInt32, UInt32)</h4>
|
||||
|
|
@ -174,10 +280,10 @@ public uint GetActionStatus(ActionType actionType, uint actionID, uint targetID
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetAdjustedActionId_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetAdjustedActionId(System.UInt32)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetAdjustedActionId_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetAdjustedActionId(System.UInt32)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L20">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L21">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetAdjustedActionId_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetAdjustedActionId*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetAdjustedActionId_System_UInt32_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetAdjustedActionId(System.UInt32)">GetAdjustedActionId(UInt32)</h4>
|
||||
|
|
@ -222,10 +328,10 @@ public uint GetAdjustedActionId(uint actionID)</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetAdjustedCastTime_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_Byte_System_Byte_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetAdjustedCastTime(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32%2CSystem.Byte%2CSystem.Byte)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetAdjustedCastTime_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_Byte_System_Byte_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetAdjustedCastTime(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32%2CSystem.Byte%2CSystem.Byte)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L26">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L27">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetAdjustedCastTime_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetAdjustedCastTime*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetAdjustedCastTime_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_Byte_System_Byte_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetAdjustedCastTime(FFXIVClientStructs.FFXIV.Client.Game.ActionType,System.UInt32,System.Byte,System.Byte)">GetAdjustedCastTime(ActionType, UInt32, Byte, Byte)</h4>
|
||||
|
|
@ -285,10 +391,10 @@ public float GetAdjustedCastTime(ActionType actionType, uint actionID, byte a3 =
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetAdjustedRecastTime_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_Byte_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetAdjustedRecastTime(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32%2CSystem.Byte)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetAdjustedRecastTime_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_Byte_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetAdjustedRecastTime(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32%2CSystem.Byte)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L23">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L24">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetAdjustedRecastTime_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetAdjustedRecastTime*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetAdjustedRecastTime_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_Byte_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetAdjustedRecastTime(FFXIVClientStructs.FFXIV.Client.Game.ActionType,System.UInt32,System.Byte)">GetAdjustedRecastTime(ActionType, UInt32, Byte)</h4>
|
||||
|
|
@ -343,10 +449,10 @@ public float GetAdjustedRecastTime(ActionType actionType, uint actionID, byte a3
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetRecastTime_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastTime(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetRecastTime_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastTime(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L29">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L30">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetRecastTime_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastTime*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetRecastTime_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastTime(FFXIVClientStructs.FFXIV.Client.Game.ActionType,System.UInt32)">GetRecastTime(ActionType, UInt32)</h4>
|
||||
|
|
@ -396,10 +502,10 @@ public float GetRecastTime(ActionType actionType, uint actionID)</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetRecastTimeElapsed_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastTimeElapsed(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetRecastTimeElapsed_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastTimeElapsed(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L32">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L33">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetRecastTimeElapsed_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastTimeElapsed*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetRecastTimeElapsed_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastTimeElapsed(FFXIVClientStructs.FFXIV.Client.Game.ActionType,System.UInt32)">GetRecastTimeElapsed(ActionType, UInt32)</h4>
|
||||
|
|
@ -449,10 +555,10 @@ public float GetRecastTimeElapsed(ActionType actionType, uint actionID)</code></
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_Instance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.Instance%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_Instance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.Instance%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L8">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L9">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_Instance_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.Instance*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_Instance" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.Instance">Instance()</h4>
|
||||
|
|
@ -480,10 +586,10 @@ public static ActionManager*Instance()</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_IsRecastTimerActive_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.IsRecastTimerActive(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_IsRecastTimerActive_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.IsRecastTimerActive(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L35">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L36">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_IsRecastTimerActive_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.IsRecastTimerActive*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_IsRecastTimerActive_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.IsRecastTimerActive(FFXIVClientStructs.FFXIV.Client.Game.ActionType,System.UInt32)">IsRecastTimerActive(ActionType, UInt32)</h4>
|
||||
|
|
@ -533,10 +639,10 @@ public bool IsRecastTimerActive(ActionType actionType, uint actionID)</code></pr
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_UseAction_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_UInt32_System_UInt32_System_UInt32_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.UseAction(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32%2CSystem.UInt32%2CSystem.UInt32%2CSystem.UInt32%2CSystem.UInt32)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_UseAction_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_UInt32_System_UInt32_System_UInt32_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.UseAction(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32%2CSystem.UInt32%2CSystem.UInt32%2CSystem.UInt32%2CSystem.UInt32)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L11">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L12">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_UseAction_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.UseAction*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_UseAction_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_UInt32_System_UInt32_System_UInt32_System_UInt32_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.UseAction(FFXIVClientStructs.FFXIV.Client.Game.ActionType,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32)">UseAction(ActionType, UInt32, UInt32, UInt32, UInt32, UInt32)</h4>
|
||||
|
|
@ -606,10 +712,10 @@ public bool UseAction(ActionType actionType, uint actionID, uint targetID = 3758
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_UseActionLocation_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_UInt32_FFXIVClientStructs_FFXIV_Client_Graphics_Vector3__System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.UseActionLocation(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32%2CSystem.UInt32%2CFFXIVClientStructs.FFXIV.Client.Graphics.Vector3*%2CSystem.UInt32)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_UseActionLocation_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_UInt32_FFXIVClientStructs_FFXIV_Client_Graphics_Vector3__System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.UseActionLocation(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32%2CSystem.UInt32%2CFFXIVClientStructs.FFXIV.Client.Graphics.Vector3*%2CSystem.UInt32)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_UseActionLocation_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.UseActionLocation*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_UseActionLocation_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_UInt32_FFXIVClientStructs_FFXIV_Client_Graphics_Vector3__System_UInt32_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.UseActionLocation(FFXIVClientStructs.FFXIV.Client.Game.ActionType,System.UInt32,System.UInt32,FFXIVClientStructs.FFXIV.Client.Graphics.Vector3*,System.UInt32)">UseActionLocation(ActionType, UInt32, UInt32, Vector3*, UInt32)</h4>
|
||||
|
|
@ -680,10 +786,10 @@ public bool UseActionLocation(ActionType actionType, uint actionID, uint targetI
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L6" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L7" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -189,10 +189,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionType.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionType%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionType.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionType%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L39" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L47" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_ActionID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.ActionID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_ActionID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.ActionID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L36">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L36">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_ActionID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.ActionID">ActionID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_ActionType.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.ActionType%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_ActionType.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.ActionType%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L35">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L35">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_ActionType" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.ActionType">ActionType</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_CastLocation.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.CastLocation%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_CastLocation.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.CastLocation%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L39">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L39">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_CastLocation" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.CastLocation">CastLocation</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_CastTargetID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.CastTargetID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_CastTargetID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.CastTargetID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L38">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L38">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_CastTargetID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.CastTargetID">CastTargetID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_CurrentCastTime.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.CurrentCastTime%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_CurrentCastTime.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.CurrentCastTime%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L41">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L41">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_CurrentCastTime" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.CurrentCastTime">CurrentCastTime</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_Interruptible.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.Interruptible%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_Interruptible.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.Interruptible%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L34">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L34">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_Interruptible" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.Interruptible">Interruptible</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -280,10 +280,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_IsCasting.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.IsCasting%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_IsCasting.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.IsCasting%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L33">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L33">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_IsCasting" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.IsCasting">IsCasting</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -309,10 +309,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_TotalCastTime.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.TotalCastTime%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_TotalCastTime.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.TotalCastTime%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L42">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L42">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_TotalCastTime" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.TotalCastTime">TotalCastTime</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -338,10 +338,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_Unk_08.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.Unk_08%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_Unk_08.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.Unk_08%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L37">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L37">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_Unk_08" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.Unk_08">Unk_08</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -367,10 +367,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_Unk_30.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.Unk_30%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_Unk_30.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.Unk_30%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L40">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L40">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_Unk_30" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.Unk_30">Unk_30</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -402,10 +402,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L30" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L30" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_Character.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.Character%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_Character.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.Character%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L18">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_Character" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.Character">Character</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_EurekaElement.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.EurekaElement%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_EurekaElement.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.EurekaElement%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L25">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L25">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_EurekaElement" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.EurekaElement">EurekaElement</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_EurekaLevel.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.EurekaLevel%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_EurekaLevel.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.EurekaLevel%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L24">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L24">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_EurekaLevel" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.EurekaLevel">EurekaLevel</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_SpellCastInfo.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.SpellCastInfo%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_SpellCastInfo.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.SpellCastInfo%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L22">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L22">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_SpellCastInfo" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.SpellCastInfo">SpellCastInfo</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_StatusManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.StatusManager%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_StatusManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.StatusManager%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L20">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_StatusManager" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.StatusManager">StatusManager</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -253,10 +253,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_GetCastInfo.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.GetCastInfo%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_GetCastInfo.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.GetCastInfo%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L27">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L27">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_GetCastInfo_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.GetCastInfo*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_GetCastInfo" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.GetCastInfo">GetCastInfo()</h4>
|
||||
|
|
@ -290,10 +290,10 @@ public BattleChara.CastInfo*GetCastInfo()</code></pre>
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L15" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L15" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_ClassJob.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ClassJob%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_ClassJob.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ClassJob%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L26">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L27">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_ClassJob" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ClassJob">ClassJob</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CompanionObject.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CompanionObject%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CompanionObject.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CompanionObject%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L34">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L37">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CompanionObject" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CompanionObject">CompanionObject</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CompanionOwnerID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CompanionOwnerID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CompanionOwnerID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CompanionOwnerID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L43">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L46">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CompanionOwnerID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CompanionOwnerID">CompanionOwnerID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CraftingPoints.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CraftingPoints%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CraftingPoints.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CraftingPoints%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L23">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L24">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CraftingPoints" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CraftingPoints">CraftingPoints</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CurrentWorld.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CurrentWorld%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CurrentWorld.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CurrentWorld%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L44">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L47">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CurrentWorld" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CurrentWorld">CurrentWorld</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CustomizeData.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CustomizeData%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CustomizeData.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CustomizeData%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L35">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L38">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CustomizeData" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CustomizeData">CustomizeData</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -280,10 +280,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_EquipSlotData.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.EquipSlotData%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_EquipSlotData.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.EquipSlotData%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L29">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L32">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_EquipSlotData" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.EquipSlotData">EquipSlotData</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -309,10 +309,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_FreeCompanyTag.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.FreeCompanyTag%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_FreeCompanyTag.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.FreeCompanyTag%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L37">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L40">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_FreeCompanyTag" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.FreeCompanyTag">FreeCompanyTag</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -338,10 +338,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_GameObject.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.GameObject%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_GameObject.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.GameObject%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_GameObject" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.GameObject">GameObject</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -367,10 +367,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_GatheringPoints.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.GatheringPoints%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_GatheringPoints.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.GatheringPoints%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L21">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L22">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_GatheringPoints" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.GatheringPoints">GatheringPoints</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -396,10 +396,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Health.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Health%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Health.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Health%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L17">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Health" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Health">Health</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -425,10 +425,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_HomeWorld.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.HomeWorld%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_HomeWorld.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.HomeWorld%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L45">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L48">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_HomeWorld" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.HomeWorld">HomeWorld</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -454,10 +454,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Icon.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Icon%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Icon.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Icon%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L46">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L49">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Icon" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Icon">Icon</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -483,10 +483,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Level.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Level%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Level.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Level%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L27">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L28">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Level" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Level">Level</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -512,10 +512,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Mana.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Mana%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Mana.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Mana%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L19">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Mana" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Mana">Mana</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -541,10 +541,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_MaxCraftingPoints.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MaxCraftingPoints%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_MaxCraftingPoints.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MaxCraftingPoints%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L24">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L25">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_MaxCraftingPoints" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MaxCraftingPoints">MaxCraftingPoints</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -570,10 +570,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_MaxGatheringPoints.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MaxGatheringPoints%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_MaxGatheringPoints.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MaxGatheringPoints%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L22">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L23">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_MaxGatheringPoints" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MaxGatheringPoints">MaxGatheringPoints</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -599,10 +599,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_MaxHealth.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MaxHealth%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_MaxHealth.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MaxHealth%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L18">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L19">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_MaxHealth" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MaxHealth">MaxHealth</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -628,10 +628,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_MaxMana.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MaxMana%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_MaxMana.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MaxMana%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L20">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L21">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_MaxMana" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MaxMana">MaxMana</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -657,10 +657,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_NameID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.NameID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_NameID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.NameID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L41">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L44">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_NameID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.NameID">NameID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -686,10 +686,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Omen.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Omen%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Omen.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Omen%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L32">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L35">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Omen" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Omen">Omen</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -715,10 +715,39 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_StatusFlags.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.StatusFlags%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_PlayerTargetObjectID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.PlayerTargetObjectID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L47">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L30">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_PlayerTargetObjectID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.PlayerTargetObjectID">PlayerTargetObjectID</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 uint PlayerTargetObjectID</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field 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>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_StatusFlags.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.StatusFlags%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/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L50">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_StatusFlags" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.StatusFlags">StatusFlags</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -744,10 +773,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_TargetObjectID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_TargetObjectID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L39">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L42">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_TargetObjectID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.TargetObjectID">TargetObjectID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -771,6 +800,39 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="methods">Methods
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character_GetTargetId.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character.GetTargetId%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/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L52">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_GetTargetId_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.GetTargetId*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Character_GetTargetId" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Character.GetTargetId">GetTargetId()</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">[MemberFunction("E8 ?? ?? ?? ?? 3B C7 74 45")]
|
||||
public uint GetTargetId()</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">System.UInt32</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
@ -779,10 +841,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Character.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Character%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L12" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Character.cs/#L13" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager_Instance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.Instance%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager_Instance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.Instance%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/CharacterManager.cs/#L9">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/CharacterManager.cs/#L9">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager_Instance_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.Instance*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager_Instance" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.Instance">Instance()</h4>
|
||||
|
|
@ -137,10 +137,10 @@ public static CharacterManager*Instance()</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager_LookupBattleCharaByObjectId_System_Int32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBattleCharaByObjectId(System.Int32)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager_LookupBattleCharaByObjectId_System_Int32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBattleCharaByObjectId(System.Int32)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/CharacterManager.cs/#L12">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/CharacterManager.cs/#L12">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager_LookupBattleCharaByObjectId_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBattleCharaByObjectId*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager_LookupBattleCharaByObjectId_System_Int32_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBattleCharaByObjectId(System.Int32)">LookupBattleCharaByObjectId(Int32)</h4>
|
||||
|
|
@ -191,10 +191,10 @@ public BattleChara*LookupBattleCharaByObjectId(int objectId)</code></pre>
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/CharacterManager.cs/#L6" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/CharacterManager.cs/#L6" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Companion_Character.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.Character%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Companion_Character.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.Character%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Companion.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Companion.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Character_Companion_Character" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.Character">Character</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -141,10 +141,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Companion.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Companion%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_Companion.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.Companion%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/Companion.cs/#L13" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/Companion.cs/#L13" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -133,10 +133,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_EurekaElement.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.EurekaElement%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Character_EurekaElement.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Character.EurekaElement%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L46" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Character/BattleChara.cs/#L46" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_FocusTarget.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.FocusTarget%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_FocusTarget.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.FocusTarget%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_FocusTarget" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.FocusTarget">FocusTarget</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_MouseOverTarget.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.MouseOverTarget%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_MouseOverTarget.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.MouseOverTarget%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_MouseOverTarget" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.MouseOverTarget">MouseOverTarget</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_PreviousTarget.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.PreviousTarget%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_PreviousTarget.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.PreviousTarget%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_PreviousTarget" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.PreviousTarget">PreviousTarget</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_SoftTarget.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.SoftTarget%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_SoftTarget.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.SoftTarget%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_SoftTarget" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.SoftTarget">SoftTarget</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_Target.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.Target%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_Target.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.Target%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L12">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L12">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_Target" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.Target">Target</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_TargetObjectId.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_TargetObjectId.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L17">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L17">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_TargetObjectId" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.TargetObjectId">TargetObjectId</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -282,10 +282,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_GetCurrentTarget.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.GetCurrentTarget%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_GetCurrentTarget.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.GetCurrentTarget%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L25">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L25">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_GetCurrentTarget_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.GetCurrentTarget*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_GetCurrentTarget" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.GetCurrentTarget">GetCurrentTarget()</h4>
|
||||
|
|
@ -313,10 +313,10 @@ public GameObject*GetCurrentTarget()</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_GetCurrentTargetID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.GetCurrentTargetID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_GetCurrentTargetID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.GetCurrentTargetID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L22">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L22">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_GetCurrentTargetID_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.GetCurrentTargetID*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_GetCurrentTargetID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.GetCurrentTargetID">GetCurrentTargetID()</h4>
|
||||
|
|
@ -344,10 +344,10 @@ public uint GetCurrentTargetID()</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_Instance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.Instance%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_Instance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.Instance%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L19">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L19">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_Instance_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.Instance*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_Instance" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.Instance">Instance()</h4>
|
||||
|
|
@ -375,10 +375,10 @@ public static TargetSystem*Instance()</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_IsObjectInViewRange_FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject__.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.IsObjectInViewRange(FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject*)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_IsObjectInViewRange_FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject__.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.IsObjectInViewRange(FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject*)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L28">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L28">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_IsObjectInViewRange_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.IsObjectInViewRange*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_IsObjectInViewRange_FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject__" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.IsObjectInViewRange(FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject*)">IsObjectInViewRange(GameObject*)</h4>
|
||||
|
|
@ -429,10 +429,10 @@ public bool IsObjectInViewRange(GameObject*obj)</code></pre>
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L9" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Control/TargetSystem.cs/#L9" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Event_LuaActor_LuaState.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.LuaState%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Event_LuaActor_LuaState.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.LuaState%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Event/LuaActor.cs/#L11">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Event/LuaActor.cs/#L11">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Event_LuaActor_LuaState" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.LuaState">LuaState</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Event_LuaActor_LuaString.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.LuaString%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Event_LuaActor_LuaString.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.LuaString%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Event/LuaActor.cs/#L10">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Event/LuaActor.cs/#L10">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Event_LuaActor_LuaString" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.LuaString">LuaString</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Event_LuaActor_Object.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.Object%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Event_LuaActor_Object.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.Object%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Event/LuaActor.cs/#L9">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Event/LuaActor.cs/#L9">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Event_LuaActor_Object" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.Object">Object</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -199,10 +199,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Event_LuaActor.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Event_LuaActor.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Event/LuaActor.cs/#L7" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Event/LuaActor.cs/#L7" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Duration.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Duration%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Duration.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Duration%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L11">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L11">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Duration" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Duration">Duration</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_FateId.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.FateId%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_FateId.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.FateId%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L9">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L9">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_FateId" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.FateId">FateId</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Level.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Level%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Level.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Level%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Level" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Level">Level</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Name.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Name%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Name.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Name%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L12">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L12">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Name" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Name">Name</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Progress.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Progress%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Progress.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Progress%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Progress" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Progress">Progress</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Radius.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Radius%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Radius.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Radius%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L19">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L19">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Radius" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Radius">Radius</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -280,10 +280,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_StartTimeEpoch.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.StartTimeEpoch%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_StartTimeEpoch.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.StartTimeEpoch%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L10">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L10">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_StartTimeEpoch" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.StartTimeEpoch">StartTimeEpoch</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -309,10 +309,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_State.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.State%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_State.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.State%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_State" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.State">State</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -338,10 +338,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_TerritoryID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.TerritoryID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_TerritoryID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.TerritoryID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L20">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_TerritoryID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.TerritoryID">TerritoryID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -367,10 +367,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_X.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.X%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_X.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.X%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_X" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.X">X</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -396,10 +396,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Y.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Y%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Y.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Y%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L18">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Y" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Y">Y</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -425,10 +425,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Z.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Z%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Z.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Z%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L17">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L17">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext_Z" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.Z">Z</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -460,10 +460,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateContext.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L6" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateContext.cs/#L6" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_FirstFatePtr.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.FirstFatePtr%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_FirstFatePtr.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.FirstFatePtr%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateManager.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateManager.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_FirstFatePtr" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.FirstFatePtr">FirstFatePtr</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_LastFatePtr.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.LastFatePtr%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_LastFatePtr.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.LastFatePtr%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateManager.cs/#L17">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateManager.cs/#L17">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_LastFatePtr" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.LastFatePtr">LastFatePtr</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_Unk60.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.Unk60%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_Unk60.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.Unk60%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateManager.cs/#L11">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateManager.cs/#L11">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_Unk60" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.Unk60">Unk60</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_Unk68.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.Unk68%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_Unk68.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.Unk68%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateManager.cs/#L12">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateManager.cs/#L12">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_Unk68" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.Unk68">Unk68</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_Unk70.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.Unk70%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_Unk70.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.Unk70%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateManager.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateManager.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_Unk70" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.Unk70">Unk70</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_Unk78.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.Unk78%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_Unk78.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.Unk78%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateManager.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateManager.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_Unk78" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.Unk78">Unk78</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -280,10 +280,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_Unk80.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.Unk80%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_Unk80.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.Unk80%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateManager.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateManager.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager_Unk80" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.Unk80">Unk80</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -315,10 +315,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Fate_FateManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateManager.cs/#L8" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Fate/FateManager.cs/#L8" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -130,10 +130,10 @@ public enum AetherFlags : byte</code></pre>
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AetherFlags.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AetherFlags%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AetherFlags.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AetherFlags%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGaugeEnums.cs/#L37" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGaugeEnums.cs/#L37" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -141,10 +141,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianCard.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianCard%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianCard.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianCard%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGaugeEnums.cs/#L4" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGaugeEnums.cs/#L4" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_Card.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.Card%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_Card.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.Card%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L29">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L29">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_Card" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.Card">Card</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_Seals.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.Seals%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_Seals.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.Seals%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L30">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L30">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_Seals" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.Seals">Seals</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_Timer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.Timer%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_Timer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.Timer%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L28">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L28">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_Timer" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.Timer">Timer</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -195,10 +195,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_CurrentCard.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.CurrentCard%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_CurrentCard.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.CurrentCard%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L32">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L32">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_CurrentCard_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.CurrentCard*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_CurrentCard" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.CurrentCard">CurrentCard</h4>
|
||||
|
|
@ -225,10 +225,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_CurrentSeals.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.CurrentSeals%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_CurrentSeals.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.CurrentSeals%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L33">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L33">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_CurrentSeals_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.CurrentSeals*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge_CurrentSeals" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.CurrentSeals">CurrentSeals</h4>
|
||||
|
|
@ -261,10 +261,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L26" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L26" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -117,10 +117,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianSeal.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianSeal%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_AstrologianSeal.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianSeal%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGaugeEnums.cs/#L16" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGaugeEnums.cs/#L16" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge_Repertoire.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.Repertoire%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge_Repertoire.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.Repertoire%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L77">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L77">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge_Repertoire" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.Repertoire">Repertoire</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge_Song.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.Song%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge_Song.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.Song%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L79">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L79">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge_Song" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.Song">Song</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge_SongTimer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.SongTimer%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge_SongTimer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.SongTimer%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L76">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L76">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge_SongTimer" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.SongTimer">SongTimer</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge_SoulVoice.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.SoulVoice%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge_SoulVoice.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.SoulVoice%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L78">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L78">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge_SoulVoice" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.SoulVoice">SoulVoice</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -224,10 +224,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge_ActiveSong.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.ActiveSong%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge_ActiveSong.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.ActiveSong%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L81">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L81">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge_ActiveSong_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.ActiveSong*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge_ActiveSong" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.ActiveSong">ActiveSong</h4>
|
||||
|
|
@ -260,10 +260,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L74" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L74" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -121,10 +121,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardSong.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardSong%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BardSong.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardSong%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGaugeEnums.cs/#L30" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGaugeEnums.cs/#L30" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_ElementStance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.ElementStance%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_ElementStance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.ElementStance%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L44">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L44">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_ElementStance" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.ElementStance">ElementStance</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_ElementTimeRemaining.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.ElementTimeRemaining%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_ElementTimeRemaining.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.ElementTimeRemaining%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L43">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L43">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_ElementTimeRemaining" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.ElementTimeRemaining">ElementTimeRemaining</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_Enochian.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.Enochian%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_Enochian.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.Enochian%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L47">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L47">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_Enochian" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.Enochian">Enochian</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_EnochianTimer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.EnochianTimer%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_EnochianTimer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.EnochianTimer%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L42">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L42">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_EnochianTimer" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.EnochianTimer">EnochianTimer</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_PolyglotStacks.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.PolyglotStacks%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_PolyglotStacks.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.PolyglotStacks%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L46">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L46">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_PolyglotStacks" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.PolyglotStacks">PolyglotStacks</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_UmbralHearts.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.UmbralHearts%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_UmbralHearts.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.UmbralHearts%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L45">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L45">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_UmbralHearts" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.UmbralHearts">UmbralHearts</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -282,10 +282,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_AstralStacks.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.AstralStacks%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_AstralStacks.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.AstralStacks%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L50">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L50">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_AstralStacks_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.AstralStacks*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_AstralStacks" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.AstralStacks">AstralStacks</h4>
|
||||
|
|
@ -312,10 +312,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_EnochianActive.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.EnochianActive%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_EnochianActive.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.EnochianActive%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L51">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L51">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_EnochianActive_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.EnochianActive*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_EnochianActive" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.EnochianActive">EnochianActive</h4>
|
||||
|
|
@ -342,10 +342,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_UmbralStacks.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.UmbralStacks%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_UmbralStacks.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.UmbralStacks%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L49">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L49">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_UmbralStacks_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.UmbralStacks*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_UmbralStacks" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.UmbralStacks">UmbralStacks</h4>
|
||||
|
|
@ -378,10 +378,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L40" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L40" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -125,10 +125,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DanceStep.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DanceStep%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DanceStep.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DanceStep%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGaugeEnums.cs/#L22" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGaugeEnums.cs/#L22" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge_DanceSteps.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.DanceSteps%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge_DanceSteps.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.DanceSteps%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L98">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L98">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge_DanceSteps" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.DanceSteps">DanceSteps</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge_Esprit.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.Esprit%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge_Esprit.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.Esprit%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L97">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L97">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge_Esprit" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.Esprit">Esprit</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge_Feathers.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.Feathers%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge_Feathers.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.Feathers%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L96">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L96">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge_Feathers" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.Feathers">Feathers</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge_StepIndex.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.StepIndex%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge_StepIndex.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.StepIndex%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L99">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L99">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge_StepIndex" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.StepIndex">StepIndex</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -224,10 +224,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge_CurrentStep.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.CurrentStep%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge_CurrentStep.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.CurrentStep%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L101">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L101">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge_CurrentStep_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.CurrentStep*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge_CurrentStep" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.CurrentStep">CurrentStep</h4>
|
||||
|
|
@ -260,10 +260,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DancerGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L94" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L94" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DarkKnightGauge_Blood.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.Blood%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DarkKnightGauge_Blood.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.Blood%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L140">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L140">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_DarkKnightGauge_Blood" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.Blood">Blood</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DarkKnightGauge_DarkArtsState.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.DarkArtsState%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DarkKnightGauge_DarkArtsState.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.DarkArtsState%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L142">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L142">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_DarkKnightGauge_DarkArtsState" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.DarkArtsState">DarkArtsState</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DarkKnightGauge_DarksideTimer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.DarksideTimer%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DarkKnightGauge_DarksideTimer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.DarksideTimer%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L141">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L141">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_DarkKnightGauge_DarksideTimer" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.DarksideTimer">DarksideTimer</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DarkKnightGauge_ShadowTimer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.ShadowTimer%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DarkKnightGauge_ShadowTimer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.ShadowTimer%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L143">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L143">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_DarkKnightGauge_ShadowTimer" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.ShadowTimer">ShadowTimer</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -228,10 +228,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DarkKnightGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DarkKnightGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L138" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L138" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge_BotdState.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.BotdState%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge_BotdState.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.BotdState%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L116">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L116">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge_BotdState" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.BotdState">BotdState</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge_BotdTimer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.BotdTimer%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge_BotdTimer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.BotdTimer%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L115">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L115">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge_BotdTimer" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.BotdTimer">BotdTimer</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge_EyeCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.EyeCount%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge_EyeCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.EyeCount%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L117">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L117">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge_EyeCount" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.EyeCount">EyeCount</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -199,10 +199,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L113" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L113" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_GunbreakerGauge_Ammo.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.Ammo%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_GunbreakerGauge_Ammo.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.Ammo%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L158">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L158">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_GunbreakerGauge_Ammo" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.Ammo">Ammo</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_GunbreakerGauge_AmmoComboStep.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.AmmoComboStep%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_GunbreakerGauge_AmmoComboStep.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.AmmoComboStep%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L160">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L160">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_GunbreakerGauge_AmmoComboStep" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.AmmoComboStep">AmmoComboStep</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_GunbreakerGauge_MaxTimerDuration.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.MaxTimerDuration%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_GunbreakerGauge_MaxTimerDuration.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.MaxTimerDuration%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L159">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L159">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_GunbreakerGauge_MaxTimerDuration" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.MaxTimerDuration">MaxTimerDuration</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -199,10 +199,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_GunbreakerGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_GunbreakerGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L156" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L156" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -110,10 +110,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_JobGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.JobGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_JobGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.JobGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L4" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L4" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_Battery.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.Battery%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_Battery.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.Battery%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L89">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L89">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_Battery" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.Battery">Battery</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_Heat.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.Heat%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_Heat.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.Heat%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L88">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L88">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_Heat" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.Heat">Heat</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_LastSummonBatteryPower.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.LastSummonBatteryPower%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_LastSummonBatteryPower.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.LastSummonBatteryPower%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L90">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L90">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_LastSummonBatteryPower" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.LastSummonBatteryPower">LastSummonBatteryPower</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_OverheatTimeRemaining.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.OverheatTimeRemaining%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_OverheatTimeRemaining.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.OverheatTimeRemaining%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L86">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L86">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_OverheatTimeRemaining" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.OverheatTimeRemaining">OverheatTimeRemaining</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_SummonTimeRemaining.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.SummonTimeRemaining%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_SummonTimeRemaining.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.SummonTimeRemaining%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L87">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L87">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_SummonTimeRemaining" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.SummonTimeRemaining">SummonTimeRemaining</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_TimerActive.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.TimerActive%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_TimerActive.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.TimerActive%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L91">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L91">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge_TimerActive" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.TimerActive">TimerActive</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -286,10 +286,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MachinistGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L84" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L84" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MonkGauge_Chakra.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.Chakra%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MonkGauge_Chakra.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.Chakra%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L110">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L110">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_MonkGauge_Chakra" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.Chakra">Chakra</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -141,10 +141,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MonkGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_MonkGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L108" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L108" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_NinjaGauge_HutonManualCasts.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.HutonManualCasts%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_NinjaGauge_HutonManualCasts.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.HutonManualCasts%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L124">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L124">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_NinjaGauge_HutonManualCasts" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.HutonManualCasts">HutonManualCasts</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_NinjaGauge_HutonTimer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.HutonTimer%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_NinjaGauge_HutonTimer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.HutonTimer%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L122">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L122">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_NinjaGauge_HutonTimer" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.HutonTimer">HutonTimer</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_NinjaGauge_Ninki.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.Ninki%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_NinjaGauge_Ninki.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.Ninki%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L123">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L123">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_NinjaGauge_Ninki" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.Ninki">Ninki</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -199,10 +199,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_NinjaGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_NinjaGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L120" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L120" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_PaladinGauge_OathGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.PaladinGauge.OathGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_PaladinGauge_OathGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.PaladinGauge.OathGauge%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L148">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L148">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_PaladinGauge_OathGauge" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.PaladinGauge.OathGauge">OathGauge</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -141,10 +141,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_PaladinGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.PaladinGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_PaladinGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.PaladinGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L146" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L146" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_RedMageGauge_BlackMana.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge.BlackMana%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_RedMageGauge_BlackMana.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge.BlackMana%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L67">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L67">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_RedMageGauge_BlackMana" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge.BlackMana">BlackMana</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_RedMageGauge_WhiteMana.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge.WhiteMana%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_RedMageGauge_WhiteMana.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge.WhiteMana%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L66">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L66">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_RedMageGauge_WhiteMana" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge.WhiteMana">WhiteMana</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -170,10 +170,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_RedMageGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_RedMageGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L64" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L64" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SamuraiGauge_Kenki.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.Kenki%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SamuraiGauge_Kenki.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.Kenki%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L129">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L129">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_SamuraiGauge_Kenki" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.Kenki">Kenki</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SamuraiGauge_MeditationStacks.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.MeditationStacks%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SamuraiGauge_MeditationStacks.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.MeditationStacks%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L130">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L130">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_SamuraiGauge_MeditationStacks" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.MeditationStacks">MeditationStacks</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SamuraiGauge_SenFlags.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.SenFlags%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SamuraiGauge_SenFlags.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.SenFlags%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L131">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L131">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_SamuraiGauge_SenFlags" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.SenFlags">SenFlags</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -199,10 +199,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SamuraiGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SamuraiGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L127" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L127" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_ScholarGauge_Aetherflow.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.Aetherflow%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_ScholarGauge_Aetherflow.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.Aetherflow%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L21">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L21">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_ScholarGauge_Aetherflow" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.Aetherflow">Aetherflow</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_ScholarGauge_DismissedFairy.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.DismissedFairy%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_ScholarGauge_DismissedFairy.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.DismissedFairy%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L23">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L23">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_ScholarGauge_DismissedFairy" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.DismissedFairy">DismissedFairy</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_ScholarGauge_FairyGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.FairyGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_ScholarGauge_FairyGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.FairyGauge%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L22">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L22">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_ScholarGauge_FairyGauge" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.FairyGauge">FairyGauge</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_ScholarGauge_SeraphTimer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.SeraphTimer%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_ScholarGauge_SeraphTimer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.SeraphTimer%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L20">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_ScholarGauge_SeraphTimer" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.SeraphTimer">SeraphTimer</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -228,10 +228,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_ScholarGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_ScholarGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L18" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L18" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_AetherFlags.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.AetherFlags%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_AetherFlags.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.AetherFlags%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L59">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L59">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_AetherFlags" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.AetherFlags">AetherFlags</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_ReturnSummon.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.ReturnSummon%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_ReturnSummon.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.ReturnSummon%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L57">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L57">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_ReturnSummon" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.ReturnSummon">ReturnSummon</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_ReturnSummonGlam.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.ReturnSummonGlam%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_ReturnSummonGlam.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.ReturnSummonGlam%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L58">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L58">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_ReturnSummonGlam" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.ReturnSummonGlam">ReturnSummonGlam</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_TimerRemaining.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.TimerRemaining%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_TimerRemaining.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.TimerRemaining%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L56">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L56">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_TimerRemaining" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.TimerRemaining">TimerRemaining</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -224,10 +224,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_Flags.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.Flags%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_Flags.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.Flags%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L61">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L61">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_Flags_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.Flags*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_Flags" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.Flags">Flags</h4>
|
||||
|
|
@ -260,10 +260,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L54" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L54" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_WarriorGauge_BeastGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.WarriorGauge.BeastGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_WarriorGauge_BeastGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.WarriorGauge.BeastGauge%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L153">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L153">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_WarriorGauge_BeastGauge" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.WarriorGauge.BeastGauge">BeastGauge</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -141,10 +141,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_WarriorGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.WarriorGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_WarriorGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.WarriorGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L151" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L151" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_WhiteMageGauge_BloodLily.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge.BloodLily%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_WhiteMageGauge_BloodLily.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge.BloodLily%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_WhiteMageGauge_BloodLily" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge.BloodLily">BloodLily</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_WhiteMageGauge_Lily.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge.Lily%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_WhiteMageGauge_Lily.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge.Lily%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_WhiteMageGauge_Lily" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge.Lily">Lily</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_WhiteMageGauge_LilyTimer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge.LilyTimer%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_WhiteMageGauge_LilyTimer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge.LilyTimer%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Gauge_WhiteMageGauge_LilyTimer" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge.LilyTimer">LilyTimer</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -199,10 +199,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_WhiteMageGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Gauge_WhiteMageGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L11" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Gauge/JobGauges.cs/#L11" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_AllianceMembers.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.AllianceMembers%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_AllianceMembers.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.AllianceMembers%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L12">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L12">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_AllianceMembers" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.AllianceMembers">AllianceMembers</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsAlliance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsAlliance%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsAlliance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsAlliance%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L20">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsAlliance" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsAlliance">IsAlliance</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_MemberCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.MemberCount%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_MemberCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.MemberCount%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L18">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_MemberCount" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.MemberCount">MemberCount</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_PartyLeaderIndex.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.PartyLeaderIndex%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_PartyLeaderIndex.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.PartyLeaderIndex%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L17">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L17">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_PartyLeaderIndex" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.PartyLeaderIndex">PartyLeaderIndex</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_PartyMembers.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.PartyMembers%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_PartyMembers.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.PartyMembers%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L11">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L11">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_PartyMembers" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.PartyMembers">PartyMembers</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D40.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D40%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D40.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D40%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D40" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D40">Unk_3D40</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -280,10 +280,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D44.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D44%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D44.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D44%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D44" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D44">Unk_3D44</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -309,10 +309,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D48.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D48%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D48.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D48%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D48" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D48">Unk_3D48</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -338,10 +338,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D50.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D50%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D50.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D50%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D50" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D50">Unk_3D50</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -367,10 +367,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D5D.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D5D%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D5D.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D5D%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L19">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L19">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D5D" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D5D">Unk_3D5D</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -396,10 +396,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D5F.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D5F%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D5F.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D5F%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L21">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L21">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D5F" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D5F">Unk_3D5F</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -425,10 +425,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D60.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D60%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D60.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D60%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L22">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L22">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D60" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D60">Unk_3D60</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -456,10 +456,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_GetAllianceMemberByGroupAndIndex_System_Int32_System_Int32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetAllianceMemberByGroupAndIndex(System.Int32%2CSystem.Int32)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_GetAllianceMemberByGroupAndIndex_System_Int32_System_Int32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetAllianceMemberByGroupAndIndex(System.Int32%2CSystem.Int32)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L42">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L42">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_GetAllianceMemberByGroupAndIndex_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetAllianceMemberByGroupAndIndex*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_GetAllianceMemberByGroupAndIndex_System_Int32_System_Int32_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetAllianceMemberByGroupAndIndex(System.Int32,System.Int32)">GetAllianceMemberByGroupAndIndex(Int32, Int32)</h4>
|
||||
|
|
@ -509,10 +509,10 @@ public PartyMember*GetAllianceMemberByGroupAndIndex(int group, int index)</code>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_GetAllianceMemberByIndex_System_Int32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetAllianceMemberByIndex(System.Int32)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_GetAllianceMemberByIndex_System_Int32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetAllianceMemberByIndex(System.Int32)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L39">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L39">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_GetAllianceMemberByIndex_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetAllianceMemberByIndex*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_GetAllianceMemberByIndex_System_Int32_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetAllianceMemberByIndex(System.Int32)">GetAllianceMemberByIndex(Int32)</h4>
|
||||
|
|
@ -557,10 +557,10 @@ public PartyMember*GetAllianceMemberByIndex(int index)</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Instance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Instance%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Instance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Instance%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L24">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L24">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Instance_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Instance*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Instance" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Instance">Instance()</h4>
|
||||
|
|
@ -588,10 +588,10 @@ public static GroupManager*Instance()</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsCharacterInPartyByName_System_Byte__.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsCharacterInPartyByName(System.Byte*)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsCharacterInPartyByName_System_Byte__.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsCharacterInPartyByName(System.Byte*)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L36">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L36">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsCharacterInPartyByName_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsCharacterInPartyByName*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsCharacterInPartyByName_System_Byte__" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsCharacterInPartyByName(System.Byte*)">IsCharacterInPartyByName(Byte*)</h4>
|
||||
|
|
@ -636,10 +636,10 @@ public bool IsCharacterInPartyByName(byte *name)</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsObjectIDInAlliance_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsObjectIDInAlliance(System.UInt32)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsObjectIDInAlliance_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsObjectIDInAlliance(System.UInt32)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L30">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L30">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsObjectIDInAlliance_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsObjectIDInAlliance*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsObjectIDInAlliance_System_UInt32_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsObjectIDInAlliance(System.UInt32)">IsObjectIDInAlliance(UInt32)</h4>
|
||||
|
|
@ -684,10 +684,10 @@ public bool IsObjectIDInAlliance(uint objectID)</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsObjectIDInParty_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsObjectIDInParty(System.UInt32)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsObjectIDInParty_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsObjectIDInParty(System.UInt32)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L27">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L27">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsObjectIDInParty_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsObjectIDInParty*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsObjectIDInParty_System_UInt32_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsObjectIDInParty(System.UInt32)">IsObjectIDInParty(UInt32)</h4>
|
||||
|
|
@ -732,10 +732,10 @@ public bool IsObjectIDInParty(uint objectID)</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsObjectIDPartyLeader_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsObjectIDPartyLeader(System.UInt32)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsObjectIDPartyLeader_System_UInt32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsObjectIDPartyLeader(System.UInt32)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L33">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L33">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsObjectIDPartyLeader_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsObjectIDPartyLeader*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_IsObjectIDPartyLeader_System_UInt32_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.IsObjectIDPartyLeader(System.UInt32)">IsObjectIDPartyLeader(UInt32)</h4>
|
||||
|
|
@ -786,10 +786,10 @@ public bool IsObjectIDPartyLeader(uint objectID)</code></pre>
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L8" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/GroupManager.cs/#L8" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_ClassJob.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.ClassJob%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_ClassJob.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.ClassJob%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L24">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L24">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_ClassJob" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.ClassJob">ClassJob</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_ContentID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.ContentID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_ContentID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.ContentID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L12">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L12">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_ContentID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.ContentID">ContentID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_CurrentHP.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.CurrentHP%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_CurrentHP.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.CurrentHP%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_CurrentHP" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.CurrentHP">CurrentHP</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_CurrentMP.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.CurrentMP%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_CurrentMP.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.CurrentMP%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L18">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_CurrentMP" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.CurrentMP">CurrentMP</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_HomeWorld.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.HomeWorld%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_HomeWorld.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.HomeWorld%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L21">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L21">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_HomeWorld" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.HomeWorld">HomeWorld</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Level.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Level%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Level.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Level%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L25">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L25">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Level" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Level">Level</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -280,10 +280,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_MaxHP.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.MaxHP%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_MaxHP.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.MaxHP%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L17">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L17">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_MaxHP" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.MaxHP">MaxHP</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -309,10 +309,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_MaxMP.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.MaxMP%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_MaxMP.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.MaxMP%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L19">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L19">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_MaxMP" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.MaxMP">MaxMP</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -338,10 +338,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Name.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Name%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Name.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Name%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L22">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L22">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Name" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Name">Name</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -367,10 +367,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_ObjectID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.ObjectID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_ObjectID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.ObjectID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_ObjectID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.ObjectID">ObjectID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -396,10 +396,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Sex.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Sex%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Sex.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Sex%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L23">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L23">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Sex" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Sex">Sex</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -425,10 +425,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_StatusManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.StatusManager%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_StatusManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.StatusManager%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L8">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L8">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_StatusManager" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.StatusManager">StatusManager</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -454,10 +454,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_TerritoryType.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.TerritoryType%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_TerritoryType.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.TerritoryType%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L20">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_TerritoryType" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.TerritoryType">TerritoryType</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -483,10 +483,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_220.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_220%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_220.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_220%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L34">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L34">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_220" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_220">Unk_220</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -512,10 +512,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_ObjectID_1.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_ObjectID_1%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_ObjectID_1.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_ObjectID_1%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_ObjectID_1" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_ObjectID_1">Unk_ObjectID_1</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -541,10 +541,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_ObjectID_2.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_ObjectID_2%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_ObjectID_2.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_ObjectID_2%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_ObjectID_2" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_ObjectID_2">Unk_ObjectID_2</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -570,10 +570,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__0.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__0%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__0.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__0%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L28">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L28">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__0" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__0">Unk_Struct_208__0</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -599,10 +599,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__10.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__10%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__10.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__10%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L32">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L32">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__10" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__10">Unk_Struct_208__10</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -628,10 +628,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__14.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__14%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__14.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__14%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L33">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L33">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__14" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__14">Unk_Struct_208__14</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -657,10 +657,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__4.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__4%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__4.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__4%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L29">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L29">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__4" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__4">Unk_Struct_208__4</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -686,10 +686,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__8.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__8%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__8.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__8%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L30">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L30">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__8" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__8">Unk_Struct_208__8</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -715,10 +715,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__C.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__C%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__C.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__C%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L31">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L31">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Unk_Struct_208__C" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Unk_Struct_208__C">Unk_Struct_208__C</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -744,10 +744,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_X.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.X%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_X.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.X%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L9">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L9">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_X" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.X">X</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -773,10 +773,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Y.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Y%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Y.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Y%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L10">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L10">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Y" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Y">Y</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -802,10 +802,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Z.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Z%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Z.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Z%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L11">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L11">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember_Z" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.Z">Z</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -837,10 +837,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Group_PartyMember.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L5" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Group/PartyMember.cs/#L5" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer_Items.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.Items%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer_Items.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.Items%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L20">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer_Items" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.Items">Items</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer_Loaded.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.Loaded%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer_Loaded.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.Loaded%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L23">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L23">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer_Loaded" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.Loaded">Loaded</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer_Size.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.Size%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer_Size.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.Size%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L22">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L22">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer_Size" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.Size">Size</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer_Type.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.Type%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer_Type.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.Type%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L21">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L21">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer_Type" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.Type">Type</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -224,10 +224,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer_GetInventorySlot_System_Int32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.GetInventorySlot(System.Int32)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer_GetInventorySlot_System_Int32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.GetInventorySlot(System.Int32)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L25">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L25">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer_GetInventorySlot_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.GetInventorySlot*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer_GetInventorySlot_System_Int32_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.GetInventorySlot(System.Int32)">GetInventorySlot(Int32)</h4>
|
||||
|
|
@ -278,10 +278,10 @@ public InventoryItem*GetInventorySlot(int index)</code></pre>
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryContainer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L18" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L18" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -122,10 +122,10 @@ public enum ItemFlags : byte</code></pre>
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_ItemFlags.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.ItemFlags%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_ItemFlags.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.ItemFlags%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L44" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L44" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Condition.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Condition%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Condition.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Condition%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L36">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L36">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Condition" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Condition">Condition</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Container.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Container%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Container.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Container%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L31">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L31">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Container" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Container">Container</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_CrafterContentID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.CrafterContentID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_CrafterContentID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.CrafterContentID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L38">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L38">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_CrafterContentID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.CrafterContentID">CrafterContentID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Flags.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Flags%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Flags.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Flags%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L37">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L37">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Flags" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Flags">Flags</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_GlamourID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.GlamourID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_GlamourID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.GlamourID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L42">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L42">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_GlamourID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.GlamourID">GlamourID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_ItemID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.ItemID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_ItemID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.ItemID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L33">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L33">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_ItemID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.ItemID">ItemID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -280,10 +280,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Materia.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Materia%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Materia.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Materia%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L39">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L39">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Materia" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Materia">Materia</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -309,10 +309,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_MateriaGrade.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.MateriaGrade%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_MateriaGrade.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.MateriaGrade%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L40">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L40">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_MateriaGrade" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.MateriaGrade">MateriaGrade</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -338,10 +338,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Quantity.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Quantity%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Quantity.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Quantity%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L34">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L34">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Quantity" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Quantity">Quantity</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -367,10 +367,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Slot.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Slot%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Slot.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Slot%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L32">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L32">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Slot" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Slot">Slot</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -396,10 +396,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Spiritbond.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Spiritbond%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Spiritbond.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Spiritbond%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L35">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L35">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Spiritbond" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Spiritbond">Spiritbond</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -425,10 +425,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Stain.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Stain%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Stain.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Stain%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L41">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L41">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryItem_Stain" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.Stain">Stain</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -460,10 +460,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryItem.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryItem%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L29" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L29" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryManager_Inventories.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.Inventories%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryManager_Inventories.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.Inventories%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L9">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L9">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryManager_Inventories" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.Inventories">Inventories</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -137,10 +137,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryManager_GetInventoryContainer_FFXIVClientStructs_FFXIV_Client_Game_InventoryType_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.GetInventoryContainer(FFXIVClientStructs.FFXIV.Client.Game.InventoryType)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryManager_GetInventoryContainer_FFXIVClientStructs_FFXIV_Client_Game_InventoryType_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.GetInventoryContainer(FFXIVClientStructs.FFXIV.Client.Game.InventoryType)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L11">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L11">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_InventoryManager_GetInventoryContainer_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.GetInventoryContainer*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryManager_GetInventoryContainer_FFXIVClientStructs_FFXIV_Client_Game_InventoryType_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.GetInventoryContainer(FFXIVClientStructs.FFXIV.Client.Game.InventoryType)">GetInventoryContainer(InventoryType)</h4>
|
||||
|
|
@ -185,10 +185,10 @@ public InventoryContainer*GetInventoryContainer(InventoryType inventoryType)</co
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryManager_Instance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.Instance%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryManager_Instance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.Instance%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_InventoryManager_Instance_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.Instance*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_InventoryManager_Instance" data-uid="FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.Instance">Instance()</h4>
|
||||
|
|
@ -222,10 +222,10 @@ public static InventoryManager*Instance()</code></pre>
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryManager%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryManager%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L7" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L7" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -365,10 +365,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryType.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryType%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_InventoryType.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.InventoryType%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L53" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/InventoryManager.cs/#L53" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Astrologian.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Astrologian%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Astrologian.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Astrologian%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Astrologian" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Astrologian">Astrologian</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Bard.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Bard%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Bard.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Bard%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Bard" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Bard">Bard</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_BlackMage.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.BlackMage%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_BlackMage.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.BlackMage%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L20">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_BlackMage" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.BlackMage">BlackMage</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_ClassJobID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.ClassJobID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_ClassJobID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.ClassJobID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L34">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L34">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_ClassJobID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.ClassJobID">ClassJobID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_CurrentGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.CurrentGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_CurrentGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.CurrentGauge%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L8">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L8">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_CurrentGauge" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.CurrentGauge">CurrentGauge</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Dancer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Dancer%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Dancer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Dancer%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L18">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Dancer" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Dancer">Dancer</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -280,10 +280,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_DarkKnight.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.DarkKnight%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_DarkKnight.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.DarkKnight%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L29">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L29">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_DarkKnight" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.DarkKnight">DarkKnight</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -309,10 +309,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Dragoon.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Dragoon%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Dragoon.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Dragoon%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L25">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L25">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Dragoon" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Dragoon">Dragoon</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -338,10 +338,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_EmptyGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.EmptyGauge%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_EmptyGauge.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.EmptyGauge%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L10">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L10">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_EmptyGauge" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.EmptyGauge">EmptyGauge</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -367,10 +367,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Gunbreaker.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Gunbreaker%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Gunbreaker.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Gunbreaker%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L32">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L32">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Gunbreaker" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Gunbreaker">Gunbreaker</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -396,10 +396,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Machinist.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Machinist%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Machinist.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Machinist%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L17">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L17">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Machinist" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Machinist">Machinist</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -425,10 +425,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Monk.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Monk%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Monk.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Monk%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L24">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L24">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Monk" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Monk">Monk</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -454,10 +454,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Ninja.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Ninja%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Ninja.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Ninja%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L26">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L26">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Ninja" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Ninja">Ninja</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -483,10 +483,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Paladin.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Paladin%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Paladin.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Paladin%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L30">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L30">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Paladin" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Paladin">Paladin</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -512,10 +512,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_RedMage.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.RedMage%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_RedMage.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.RedMage%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L22">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L22">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_RedMage" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.RedMage">RedMage</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -541,10 +541,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Samurai.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Samurai%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Samurai.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Samurai%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L27">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L27">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Samurai" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Samurai">Samurai</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -570,10 +570,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Scholar.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Scholar%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Scholar.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Scholar%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Scholar" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Scholar">Scholar</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -599,10 +599,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Summoner.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Summoner%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Summoner.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Summoner%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L21">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L21">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Summoner" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Summoner">Summoner</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -628,10 +628,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Warrior.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Warrior%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Warrior.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Warrior%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L31">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L31">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Warrior" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Warrior">Warrior</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -657,10 +657,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_WhiteMage.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.WhiteMage%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_WhiteMage.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.WhiteMage%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L12">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L12">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_WhiteMage" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.WhiteMage">WhiteMage</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -688,10 +688,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Instance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Instance%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Instance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Instance%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L36">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L36">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Instance_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Instance*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager_Instance" data-uid="FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.Instance">Instance()</h4>
|
||||
|
|
@ -725,10 +725,10 @@ public static JobGaugeManager*Instance()</code></pre>
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_JobGaugeManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L6" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/JobGaugeManager.cs/#L6" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_DataID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.DataID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_DataID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.DataID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L18">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_DataID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.DataID">DataID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_DrawObject.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.DrawObject%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_DrawObject.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.DrawObject%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L28">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L28">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_DrawObject" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.DrawObject">DrawObject</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_HitboxRadius.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.HitboxRadius%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_HitboxRadius.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.HitboxRadius%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L27">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L27">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_HitboxRadius" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.HitboxRadius">HitboxRadius</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_LuaActor.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.LuaActor%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_LuaActor.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.LuaActor%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L30">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L30">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_LuaActor" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.LuaActor">LuaActor</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_Name.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Name%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_Name.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Name%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_Name" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Name">Name</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_ObjectID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.ObjectID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_ObjectID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.ObjectID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L17">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L17">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_ObjectID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.ObjectID">ObjectID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -280,10 +280,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_ObjectKind.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.ObjectKind%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_ObjectKind.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.ObjectKind%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L20">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_ObjectKind" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.ObjectKind">ObjectKind</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -309,10 +309,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_OwnerID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.OwnerID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_OwnerID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.OwnerID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L19">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L19">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_OwnerID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.OwnerID">OwnerID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -338,10 +338,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_Position.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Position%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_Position.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Position%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L25">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L25">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_Position" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Position">Position</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -367,10 +367,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_RenderFlags.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.RenderFlags%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_RenderFlags.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.RenderFlags%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L29">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L29">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_RenderFlags" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.RenderFlags">RenderFlags</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -396,10 +396,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_Rotation.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Rotation%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_Rotation.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Rotation%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L26">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L26">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_Rotation" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Rotation">Rotation</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -425,10 +425,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_SubKind.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.SubKind%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_SubKind.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.SubKind%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L21">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L21">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_SubKind" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.SubKind">SubKind</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -454,39 +454,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_TargetObjectID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_TargetStatus.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.TargetStatus%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L31">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_TargetObjectID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.TargetObjectID">TargetObjectID</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 uint TargetObjectID</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field 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>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_TargetStatus.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.TargetStatus%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L23">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L23">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_TargetStatus" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.TargetStatus">TargetStatus</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -512,10 +483,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_YalmDistanceFromPlayerX.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.YalmDistanceFromPlayerX%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_YalmDistanceFromPlayerX.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.YalmDistanceFromPlayerX%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L22">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L22">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_YalmDistanceFromPlayerX" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.YalmDistanceFromPlayerX">YalmDistanceFromPlayerX</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -541,10 +512,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_YalmDistanceFromPlayerZ.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.YalmDistanceFromPlayerZ%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_YalmDistanceFromPlayerZ.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.YalmDistanceFromPlayerZ%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L24">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L24">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_YalmDistanceFromPlayerZ" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.YalmDistanceFromPlayerZ">YalmDistanceFromPlayerZ</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -572,10 +543,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetDrawObject.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetDrawObject%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetDrawObject.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetDrawObject%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L45">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L44">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetDrawObject_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetDrawObject*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetDrawObject" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetDrawObject">GetDrawObject()</h4>
|
||||
|
|
@ -603,10 +574,10 @@ public void *GetDrawObject()</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetIsTargetable.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetIsTargetable%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetIsTargetable.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetIsTargetable%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L39">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L38">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetIsTargetable_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetIsTargetable*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetIsTargetable" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetIsTargetable">GetIsTargetable()</h4>
|
||||
|
|
@ -634,10 +605,10 @@ public bool GetIsTargetable()</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetName.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetName%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetName.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetName%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L42">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L41">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetName_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetName*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetName" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetName">GetName()</h4>
|
||||
|
|
@ -665,10 +636,10 @@ public byte *GetName()</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetNpcID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetNpcID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetNpcID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetNpcID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L48">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L47">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetNpcID_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetNpcID*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetNpcID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetNpcID">GetNpcID()</h4>
|
||||
|
|
@ -696,10 +667,10 @@ public uint GetNpcID()</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetObjectID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetObjectID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetObjectID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetObjectID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L33">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L32">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetObjectID_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetObjectID*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetObjectID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetObjectID">GetObjectID()</h4>
|
||||
|
|
@ -727,10 +698,10 @@ public uint GetObjectID()</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetObjectKind.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetObjectKind%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetObjectKind.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetObjectKind%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L36">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L35">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetObjectKind_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetObjectKind*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetObjectKind" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetObjectKind">GetObjectKind()</h4>
|
||||
|
|
@ -764,10 +735,10 @@ public byte GetObjectKind()</code></pre>
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L13" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L13" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_Active.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.Active%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_Active.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.Active%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L9">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L9">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_Active" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.Active">Active</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,17 +135,17 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_ObjectList.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.ObjectList%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_ObjectList.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.ObjectList%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L10">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L10">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_ObjectList" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.ObjectList">ObjectList</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 GameObject**ObjectList</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public long *ObjectList</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -157,24 +157,24 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html">GameObject</a>**</td>
|
||||
<td><span class="xref">System.Int64</span>*</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_ObjectList3.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.ObjectList3%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_ObjectList3.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.ObjectList3%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L12">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L12">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_ObjectList3" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.ObjectList3">ObjectList3</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 GameObject**ObjectList3</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public long *ObjectList3</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -186,17 +186,17 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html">GameObject</a>**</td>
|
||||
<td><span class="xref">System.Int64</span>*</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_ObjectList3Count.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.ObjectList3Count%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_ObjectList3Count.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.ObjectList3Count%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_ObjectList3Count" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.ObjectList3Count">ObjectList3Count</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,17 +222,17 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_ObjectListFiltered.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.ObjectListFiltered%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_ObjectListFiltered.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.ObjectListFiltered%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L11">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L11">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_ObjectListFiltered" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.ObjectListFiltered">ObjectListFiltered</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 GameObject**ObjectListFiltered</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public long *ObjectListFiltered</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -244,17 +244,17 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html">GameObject</a>**</td>
|
||||
<td><span class="xref">System.Int64</span>*</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_ObjectListFilteredCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.ObjectListFilteredCount%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_ObjectListFilteredCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.ObjectListFilteredCount%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_ObjectListFilteredCount" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.ObjectListFilteredCount">ObjectListFilteredCount</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -282,10 +282,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_GetGameObjectByIndex_System_Int32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.GetGameObjectByIndex(System.Int32)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_GetGameObjectByIndex_System_Int32_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.GetGameObjectByIndex(System.Int32)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L19">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L19">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_GetGameObjectByIndex_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.GetGameObjectByIndex*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_GetGameObjectByIndex_System_Int32_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.GetGameObjectByIndex(System.Int32)">GetGameObjectByIndex(Int32)</h4>
|
||||
|
|
@ -330,10 +330,10 @@ public static GameObject*GetGameObjectByIndex(int index)</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_Instance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.Instance%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_Instance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.Instance%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_Instance_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.Instance*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager_Instance" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.Instance">Instance()</h4>
|
||||
|
|
@ -367,10 +367,10 @@ public static GameObjectManager*Instance()</code></pre>
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_GameObjectManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L6" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObjectManager.cs/#L6" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -165,10 +165,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_ObjectKind.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Object_ObjectKind.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L52" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Object/GameObject.cs/#L51" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Status_Param.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Status.Param%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Status_Param.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Status.Param%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Status.cs/#L9">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Status.cs/#L9">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Status_Param" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Status.Param">Param</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Status_RemainingTime.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Status.RemainingTime%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Status_RemainingTime.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Status.RemainingTime%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Status.cs/#L11">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Status.cs/#L11">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Status_RemainingTime" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Status.RemainingTime">RemainingTime</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Status_SourceID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Status.SourceID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Status_SourceID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Status.SourceID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Status.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Status.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Status_SourceID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Status.SourceID">SourceID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Status_StackCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Status.StackCount%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Status_StackCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Status.StackCount%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Status.cs/#L10">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Status.cs/#L10">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Status_StackCount" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Status.StackCount">StackCount</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Status_StatusID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Status.StatusID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Status_StatusID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Status.StatusID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Status.cs/#L8">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Status.cs/#L8">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_Status_StatusID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.Status.StatusID">StatusID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -257,10 +257,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Status.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Status%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_Status.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.Status%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/Status.cs/#L5" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/Status.cs/#L5" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Owner.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Owner%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Owner.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Owner%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/StatusManager.cs/#L10">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/StatusManager.cs/#L10">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Owner" data-uid="FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Owner">Owner</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Status.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Status%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Status.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Status%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/StatusManager.cs/#L11">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/StatusManager.cs/#L11">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Status" data-uid="FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Status">Status</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Unk_170.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Unk_170%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Unk_170.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Unk_170%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/StatusManager.cs/#L12">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/StatusManager.cs/#L12">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Unk_170" data-uid="FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Unk_170">Unk_170</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Unk_174.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Unk_174%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Unk_174.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Unk_174%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/StatusManager.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/StatusManager.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Unk_174" data-uid="FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Unk_174">Unk_174</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Unk_178.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Unk_178%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Unk_178.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Unk_178%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/StatusManager.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/StatusManager.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Unk_178" data-uid="FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Unk_178">Unk_178</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Unk_180.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Unk_180%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Unk_180.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Unk_180%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/StatusManager.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/StatusManager.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Unk_180" data-uid="FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Unk_180">Unk_180</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -286,10 +286,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_StatusManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.StatusManager%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_StatusManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.StatusManager%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/StatusManager.cs/#L6" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/StatusManager.cs/#L6" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_CurrentHealth.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.CurrentHealth%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_CurrentHealth.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.CurrentHealth%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_CurrentHealth" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.CurrentHealth">CurrentHealth</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_DataID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.DataID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_DataID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.DataID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L19">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L19">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_DataID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.DataID">DataID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_MaxHealth.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.MaxHealth%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_MaxHealth.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.MaxHealth%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_MaxHealth" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.MaxHealth">MaxHealth</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_ObjectID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.ObjectID%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_ObjectID.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.ObjectID%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L12">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L12">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_ObjectID" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.ObjectID">ObjectID</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_StatusManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.StatusManager%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_StatusManager.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.StatusManager%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L21">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L21">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_StatusManager" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.StatusManager">StatusManager</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_Synced.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.Synced%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_Synced.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.Synced%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L20">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember_Synced" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.Synced">Synced</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -286,10 +286,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BuddyMember.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L9" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L9" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_ActiveCommand.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.ActiveCommand%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_ActiveCommand.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.ActiveCommand%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L37">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L37">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_ActiveCommand" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.ActiveCommand">ActiveCommand</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_AttackerLevel.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.AttackerLevel%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_AttackerLevel.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.AttackerLevel%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L35">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L35">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_AttackerLevel" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.AttackerLevel">AttackerLevel</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BattleBuddies.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BattleBuddies%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BattleBuddies.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BattleBuddies%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L26">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L26">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_BattleBuddies" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BattleBuddies">BattleBuddies</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Companion.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Companion%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Companion.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Companion%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L24">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L24">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Companion" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Companion">Companion</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_CompanionPtr.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.CompanionPtr%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_CompanionPtr.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.CompanionPtr%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L27">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L27">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_CompanionPtr" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.CompanionPtr">CompanionPtr</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_CurrentColorStainId.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.CurrentColorStainId%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_CurrentColorStainId.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.CurrentColorStainId%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L39">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L39">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_CurrentColorStainId" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.CurrentColorStainId">CurrentColorStainId</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -280,10 +280,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_CurrentXP.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.CurrentXP%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_CurrentXP.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.CurrentXP%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L30">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L30">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_CurrentXP" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.CurrentXP">CurrentXP</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -309,10 +309,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_DefenderLevel.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.DefenderLevel%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_DefenderLevel.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.DefenderLevel%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L34">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L34">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_DefenderLevel" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.DefenderLevel">DefenderLevel</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -338,10 +338,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_FavoriteFeed.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.FavoriteFeed%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_FavoriteFeed.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.FavoriteFeed%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L38">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L38">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_FavoriteFeed" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.FavoriteFeed">FavoriteFeed</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -367,10 +367,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_HealerLevel.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.HealerLevel%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_HealerLevel.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.HealerLevel%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L36">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L36">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_HealerLevel" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.HealerLevel">HealerLevel</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -396,10 +396,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Mounted.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Mounted%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Mounted.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Mounted%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L40">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L40">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Mounted" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Mounted">Mounted</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -425,10 +425,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Name.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Name%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Name.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Name%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L29">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L29">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Name" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Name">Name</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -454,10 +454,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Pet.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Pet%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Pet.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Pet%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L25">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L25">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Pet" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Pet">Pet</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -483,10 +483,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_PetPtr.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.PetPtr%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_PetPtr.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.PetPtr%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L41">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L41">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_PetPtr" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.PetPtr">PetPtr</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -512,10 +512,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Rank.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Rank%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Rank.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Rank%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L31">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L31">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Rank" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Rank">Rank</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -541,10 +541,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_SkillPoints.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.SkillPoints%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_SkillPoints.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.SkillPoints%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L33">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L33">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_SkillPoints" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.SkillPoints">SkillPoints</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -570,10 +570,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_SquadronTrustPtr.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.SquadronTrustPtr%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_SquadronTrustPtr.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.SquadronTrustPtr%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L42">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L42">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_SquadronTrustPtr" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.SquadronTrustPtr">SquadronTrustPtr</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -599,10 +599,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Stars.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Stars%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Stars.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Stars%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L32">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L32">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_Stars" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.Stars">Stars</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -628,10 +628,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_TimeLeft.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.TimeLeft%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_TimeLeft.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.TimeLeft%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L28">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L28">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy_TimeLeft" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.TimeLeft">TimeLeft</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -663,10 +663,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Buddy.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L6" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Buddy.cs/#L6" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_SelectUseTicketInvoker_Telepo.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.Telepo%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_SelectUseTicketInvoker_Telepo.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.Telepo%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L43">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L43">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_SelectUseTicketInvoker_Telepo" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.Telepo">Telepo</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_SelectUseTicketInvoker_vtbl.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.vtbl%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_SelectUseTicketInvoker_vtbl.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.vtbl%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L42">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L42">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_SelectUseTicketInvoker_vtbl" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.vtbl">vtbl</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -166,10 +166,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_SelectUseTicketInvoker_TeleportWithTickets_System_UInt32_System_Byte_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.TeleportWithTickets(System.UInt32%2CSystem.Byte)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_SelectUseTicketInvoker_TeleportWithTickets_System_UInt32_System_Byte_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.TeleportWithTickets(System.UInt32%2CSystem.Byte)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L45">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L45">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_UI_SelectUseTicketInvoker_TeleportWithTickets_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.TeleportWithTickets*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_SelectUseTicketInvoker_TeleportWithTickets_System_UInt32_System_Byte_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.TeleportWithTickets(System.UInt32,System.Byte)">TeleportWithTickets(UInt32, Byte)</h4>
|
||||
|
|
@ -225,10 +225,10 @@ public bool TeleportWithTickets(uint aetheryteID, byte subIndex)</code></pre>
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_SelectUseTicketInvoker.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_SelectUseTicketInvoker.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L40" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L40" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,17 +106,17 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_TeleportList.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportList%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_TeleportList.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportList%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_TeleportList" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportList">TeleportList</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 Vector<Telepo.TeleportInfo> TeleportList</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Vector<TeleportInfo> TeleportList</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -128,17 +128,17 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="FFXIVClientStructs.STD.Vector-1.html">Vector</a><<a class="xref" href="FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html">Telepo.TeleportInfo</a>></td>
|
||||
<td><a class="xref" href="FFXIVClientStructs.STD.Vector-1.html">Vector</a><<a class="xref" href="FFXIVClientStructs.FFXIV.Client.Game.UI.TeleportInfo.html">TeleportInfo</a>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_UseTicketInvoker.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.UseTicketInvoker%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_UseTicketInvoker.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.UseTicketInvoker%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_UseTicketInvoker" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.UseTicketInvoker">UseTicketInvoker</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_vtbl.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.vtbl%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_vtbl.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.vtbl%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L12">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_vtbl" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.vtbl">vtbl</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -195,10 +195,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_Instance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.Instance%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_Instance.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.Instance%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L21">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_Instance_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.Instance*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_Instance" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.Instance">Instance()</h4>
|
||||
|
|
@ -226,10 +226,10 @@ public static Telepo*Instance()</code></pre>
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_Teleport_System_UInt32_System_Byte_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.Teleport(System.UInt32%2CSystem.Byte)%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_Teleport_System_UInt32_System_Byte_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.Teleport(System.UInt32%2CSystem.Byte)%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L18">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L19">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_Teleport_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.Teleport*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_Teleport_System_UInt32_System_Byte_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.Teleport(System.UInt32,System.Byte)">Teleport(UInt32, Byte)</h4>
|
||||
|
|
@ -277,6 +277,37 @@ public bool Teleport(uint aetheryteID, byte subIndex)</code></pre>
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_UpdateAetheryteList.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.UpdateAetheryteList%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/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L22">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_UpdateAetheryteList_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.UpdateAetheryteList*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_UpdateAetheryteList" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.UpdateAetheryteList">UpdateAetheryteList()</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">[MemberFunction("E8 ?? ?? ?? ?? 48 8B 48 08 48 2B 08")]
|
||||
public void *UpdateAetheryteList()</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">System.Void</span>*</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
@ -285,10 +316,10 @@ public bool Teleport(uint aetheryteID, byte subIndex)</code></pre>
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L11" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/Telepo.cs/#L10" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_UIState_Buddy.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.Buddy%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_UIState_Buddy.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.Buddy%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/UIState.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/UIState.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_UIState_Buddy" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.Buddy">Buddy</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,39 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_UIState_Telepo.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.Telepo%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_UIState_RelicNote.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.RelicNote%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/UIState.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/UIState.cs/#L17">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_UIState_RelicNote" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.RelicNote">RelicNote</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 RelicNote RelicNote</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</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="FFXIVClientStructs.FFXIV.Client.Game.UI.RelicNote.html">RelicNote</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_UIState_Telepo.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.Telepo%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/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/UIState.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_UI_UIState_Telepo" data-uid="FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.Telepo">Telepo</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -170,10 +199,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_UIState.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.UIState%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_UI_UIState.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.UI.UIState%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Game/UI/UIState.cs/#L12" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/UI/UIState.cs/#L12" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -81,11 +81,13 @@
|
|||
<section></section>
|
||||
<h4><a class="xref" href="FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.html">Buddy.BuddyMember</a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="FFXIVClientStructs.FFXIV.Client.Game.UI.RelicNote.html">RelicNote</a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.html">SelectUseTicketInvoker</a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.html">Telepo</a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html">Telepo.TeleportInfo</a></h4>
|
||||
<h4><a class="xref" href="FFXIVClientStructs.FFXIV.Client.Game.UI.TeleportInfo.html">TeleportInfo</a></h4>
|
||||
<section></section>
|
||||
<h4><a class="xref" href="FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.html">UIState</a></h4>
|
||||
<section></section>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor_A.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.A%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor_A.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.A%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/ByteColor.cs/#L12">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/ByteColor.cs/#L12">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor_A" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.A">A</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor_B.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.B%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor_B.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.B%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/ByteColor.cs/#L11">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/ByteColor.cs/#L11">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor_B" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.B">B</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor_G.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.G%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor_G.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.G%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/ByteColor.cs/#L10">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/ByteColor.cs/#L10">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor_G" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.G">G</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor_R.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.R%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor_R.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.R%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/ByteColor.cs/#L9">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/ByteColor.cs/#L9">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor_R" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.R">R</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -228,10 +228,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/ByteColor.cs/#L6" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/ByteColor.cs/#L6" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -101,7 +101,6 @@
|
|||
<h5 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_CVector_1_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public struct CVector<T>
|
||||
|
||||
where T : struct</code></pre>
|
||||
</div>
|
||||
<h5 class="typeParameters">Type Parameters</h5>
|
||||
|
|
@ -123,10 +122,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_CVector_1_Vector.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector%601.Vector%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_CVector_1_Vector.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector%601.Vector%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/CVector.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/CVector.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_CVector_1_Vector" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector`1.Vector">Vector</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -152,10 +151,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_CVector_1_vtbl.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector%601.vtbl%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_CVector_1_vtbl.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector%601.vtbl%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/CVector.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/CVector.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_CVector_1_vtbl" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector`1.vtbl">vtbl</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -187,10 +186,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_CVector_1.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector%601%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_CVector_1.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector%601%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/CVector.cs/#L10" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/CVector.cs/#L10" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_ContextArray.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.ContextArray%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_ContextArray.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.ContextArray%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L10">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L10">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_ContextArray" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.ContextArray">ContextArray</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_D3D11Device.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3D11Device%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_D3D11Device.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3D11Device%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_D3D11Device" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3D11Device">D3D11Device</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_D3D11DeviceContext.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3D11DeviceContext%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_D3D11DeviceContext.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3D11DeviceContext%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L17">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L17">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_D3D11DeviceContext" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3D11DeviceContext">D3D11DeviceContext</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_D3DFeatureLevel.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3DFeatureLevel%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_D3DFeatureLevel.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3DFeatureLevel%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_D3DFeatureLevel" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3DFeatureLevel">D3DFeatureLevel</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_DXGIFactory.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.DXGIFactory%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_DXGIFactory.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.DXGIFactory%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_DXGIFactory" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.DXGIFactory">DXGIFactory</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_ImmediateContext.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.ImmediateContext%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_ImmediateContext.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.ImmediateContext%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L11">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L11">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_ImmediateContext" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.ImmediateContext">ImmediateContext</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -280,10 +280,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_RenderThread.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.RenderThread%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_RenderThread.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.RenderThread%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L12">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L12">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_RenderThread" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.RenderThread">RenderThread</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -309,10 +309,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_SwapChain.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.SwapChain%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_SwapChain.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.SwapChain%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_SwapChain" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.SwapChain">SwapChain</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -344,10 +344,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L7" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs/#L7" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -110,10 +110,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_PixelShader.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.PixelShader%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_PixelShader.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.PixelShader%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/PixelShader.cs/#L3" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/PixelShader.cs/#L3" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_ShaderPass_PixelShader.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderPass.PixelShader%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_ShaderPass_PixelShader.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderPass.PixelShader%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_ShaderPass_PixelShader" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderPass.PixelShader">PixelShader</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_ShaderPass_VertexShader.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderPass.VertexShader%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_ShaderPass_VertexShader.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderPass.VertexShader%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_ShaderPass_VertexShader" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderPass.VertexShader">VertexShader</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -170,10 +170,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_ShaderPass.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderPass%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_ShaderPass.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderPass%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L12" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L12" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_OwnerPackage.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.OwnerPackage%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_OwnerPackage.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.OwnerPackage%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L20">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_OwnerPackage" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.OwnerPackage">OwnerPackage</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_Passes.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.Passes%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_Passes.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.Passes%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L23">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L23">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_Passes" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.Passes">Passes</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_PassIndices.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.PassIndices%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_PassIndices.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.PassIndices%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L22">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L22">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_PassIndices" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.PassIndices">PassIndices</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_PassNum.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.PassNum%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_PassNum.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.PassNum%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L21">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L21">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_PassNum" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.PassNum">PassNum</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_ShaderKeys.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderKeys%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_ShaderKeys.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderKeys%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L24">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L24">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_ShaderKeys" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderKeys">ShaderKeys</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_vtbl.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.vtbl%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_vtbl.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.vtbl%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L19">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L19">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode_vtbl" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.vtbl">vtbl</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -286,10 +286,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderNode.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L9" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderNode.cs/#L9" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -110,10 +110,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_ConstantSamplerUnknown.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ConstantSamplerUnknown%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_ConstantSamplerUnknown.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ConstantSamplerUnknown%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L21" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L21" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElement_CRC.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement.CRC%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElement_CRC.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement.CRC%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElement_CRC" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement.CRC">CRC</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElement_Offset.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement.Offset%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElement_Offset.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement.Offset%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L17">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L17">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElement_Offset" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement.Offset">Offset</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElement_Size.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement.Size%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElement_Size.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement.Size%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L18">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElement_Size" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement.Size">Size</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -199,10 +199,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElement.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElement.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L13" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L13" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_ConstantCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ConstantCount%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_ConstantCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ConstantCount%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L37">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L37">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_ConstantCount" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ConstantCount">ConstantCount</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_Constants.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.Constants%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_Constants.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.Constants%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L51">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L51">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_Constants" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.Constants">Constants</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialConstantBufferSize.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialConstantBufferSize%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialConstantBufferSize.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialConstantBufferSize%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L31">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L31">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialConstantBufferSize" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialConstantBufferSize">MaterialConstantBufferSize</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElementCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElementCount%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElementCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElementCount%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L35">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L35">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElementCount" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElementCount">MaterialElementCount</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElements.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElements%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElements.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElements%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L50">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L50">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialElements" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElements">MaterialElements</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialKeyCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialKeyCount%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialKeyCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialKeyCount%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L46">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L46">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialKeyCount" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialKeyCount">MaterialKeyCount</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -280,10 +280,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialKeys.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialKeys%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialKeys.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialKeys%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L59">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L59">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialKeys" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialKeys">MaterialKeys</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -309,10 +309,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialValues.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialValues%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialValues.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialValues%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L62">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L62">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_MaterialValues" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialValues">MaterialValues</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -338,10 +338,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_PixelShaders.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.PixelShaders%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_PixelShaders.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.PixelShaders%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L28">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L28">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_PixelShaders" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.PixelShaders">PixelShaders</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -367,10 +367,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_ReferencedClassBase.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ReferencedClassBase%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_ReferencedClassBase.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ReferencedClassBase%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L26">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L26">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_ReferencedClassBase" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ReferencedClassBase">ReferencedClassBase</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -396,10 +396,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SamplerCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SamplerCount%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SamplerCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SamplerCount%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L38">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L38">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SamplerCount" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SamplerCount">SamplerCount</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -425,10 +425,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_Samplers.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.Samplers%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_Samplers.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.Samplers%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L52">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L52">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_Samplers" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.Samplers">Samplers</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -454,10 +454,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SceneKeyCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SceneKeyCount%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SceneKeyCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SceneKeyCount%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L44">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L44">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SceneKeyCount" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SceneKeyCount">SceneKeyCount</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -483,10 +483,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SceneKeys.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SceneKeys%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SceneKeys.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SceneKeys%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L58">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L58">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SceneKeys" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SceneKeys">SceneKeys</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -512,10 +512,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SceneValues.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SceneValues%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SceneValues.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SceneValues%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L61">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L61">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SceneValues" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SceneValues">SceneValues</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -541,10 +541,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_ShaderNodes.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ShaderNodes%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_ShaderNodes.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ShaderNodes%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L29">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L29">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_ShaderNodes" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ShaderNodes">ShaderNodes</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -570,10 +570,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_ShaderNodeTreeVtbl.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ShaderNodeTreeVtbl%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_ShaderNodeTreeVtbl.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ShaderNodeTreeVtbl%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L65">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L65">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_ShaderNodeTreeVtbl" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ShaderNodeTreeVtbl">ShaderNodeTreeVtbl</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -599,10 +599,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SubviewValue1.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SubviewValue1%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SubviewValue1.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SubviewValue1%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L63">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L63">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SubviewValue1" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SubviewValue1">SubviewValue1</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -628,10 +628,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SubviewValue2.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SubviewValue2%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SubviewValue2.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SubviewValue2%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L64">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L64">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SubviewValue2" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SubviewValue2">SubviewValue2</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -657,10 +657,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SystemKeyCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SystemKeyCount%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SystemKeyCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SystemKeyCount%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L42">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L42">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SystemKeyCount" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SystemKeyCount">SystemKeyCount</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -686,10 +686,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SystemKeys.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SystemKeys%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SystemKeys.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SystemKeys%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L57">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L57">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SystemKeys" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SystemKeys">SystemKeys</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -715,10 +715,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SystemValues.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SystemValues%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SystemValues.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SystemValues%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L60">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L60">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_SystemValues" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.SystemValues">SystemValues</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -744,10 +744,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_UnkCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.UnkCount%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_UnkCount.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.UnkCount%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L39">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L39">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_UnkCount" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.UnkCount">UnkCount</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -773,10 +773,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_Unknowns.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.Unknowns%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_Unknowns.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.Unknowns%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L54">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L54">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_Unknowns" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.Unknowns">Unknowns</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -802,10 +802,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_VertexShaders.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.VertexShaders%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_VertexShaders.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.VertexShaders%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L27">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L27">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage_VertexShaders" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.VertexShaders">VertexShaders</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -837,10 +837,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_ShaderPackage.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L10" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/ShaderPackage.cs/#L10" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_BackBuffer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.BackBuffer%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_BackBuffer.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.BackBuffer%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/SwapChain.cs/#L17">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/SwapChain.cs/#L17">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_BackBuffer" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.BackBuffer">BackBuffer</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_DepthStencil.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.DepthStencil%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_DepthStencil.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.DepthStencil%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/SwapChain.cs/#L18">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/SwapChain.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_DepthStencil" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.DepthStencil">DepthStencil</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_DXGISwapChain.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.DXGISwapChain%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_DXGISwapChain.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.DXGISwapChain%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/SwapChain.cs/#L19">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/SwapChain.cs/#L19">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_DXGISwapChain" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.DXGISwapChain">DXGISwapChain</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_Height.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.Height%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_Height.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.Height%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/SwapChain.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/SwapChain.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_Height" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.Height">Height</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_Width.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.Width%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_Width.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.Width%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/SwapChain.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/SwapChain.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_Width" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.Width">Width</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -257,10 +257,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/SwapChain.cs/#L12" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/SwapChain.cs/#L12" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -110,10 +110,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_VertexShader.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.VertexShader%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_VertexShader.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.VertexShader%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/VertexShader.cs/#L3" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/VertexShader.cs/#L3" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L9">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L9">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix">Matrix</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_1_1.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_1%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_1_1.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_1%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L11">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L11">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_1_1" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_1">Matrix_1_1</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_1_2.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_2%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_1_2.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_2%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L12">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L12">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_1_2" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_2">Matrix_1_2</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_1_3.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_3%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_1_3.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_3%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_1_3" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_3">Matrix_1_3</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_1_4.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_4%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_1_4.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_4%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_1_4" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_4">Matrix_1_4</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_2_1.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_1%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_2_1.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_1%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_2_1" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_1">Matrix_2_1</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -280,10 +280,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_2_2.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_2%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_2_2.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_2%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_2_2" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_2">Matrix_2_2</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -309,10 +309,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_2_3.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_3%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_2_3.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_3%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L17">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L17">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_2_3" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_3">Matrix_2_3</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -338,10 +338,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_2_4.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_4%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_2_4.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_4%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L18">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_2_4" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_4">Matrix_2_4</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -367,10 +367,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_3_1.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_1%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_3_1.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_1%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L19">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L19">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_3_1" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_1">Matrix_3_1</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -396,10 +396,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_3_2.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_2%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_3_2.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_2%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L20">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_3_2" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_2">Matrix_3_2</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -425,10 +425,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_3_3.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_3%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_3_3.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_3%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L21">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L21">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_3_3" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_3">Matrix_3_3</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -454,10 +454,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_3_4.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_4%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_3_4.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_4%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L22">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L22">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_3_4" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_4">Matrix_3_4</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -483,10 +483,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_4_1.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_1%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_4_1.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_1%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L23">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L23">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_4_1" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_1">Matrix_4_1</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -512,10 +512,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_4_2.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_2%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_4_2.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_2%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L24">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L24">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_4_2" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_2">Matrix_4_2</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -541,10 +541,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_4_3.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_3%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_4_3.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_3%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L25">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L25">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_4_3" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_3">Matrix_4_3</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -570,10 +570,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_4_4.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_4%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_4_4.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_4%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L26">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L26">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_4_4" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_4">Matrix_4_4</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -605,10 +605,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L6" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Matrix44.cs/#L6" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_BoneSimulators.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.BoneSimulators%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_BoneSimulators.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.BoneSimulators%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BonePhysicsModule.cs/#L29">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BonePhysicsModule.cs/#L29">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_BoneSimulators" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.BoneSimulators">BoneSimulators</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_Skeleton.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.Skeleton%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_Skeleton.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.Skeleton%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BonePhysicsModule.cs/#L28">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BonePhysicsModule.cs/#L28">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_Skeleton" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.Skeleton">Skeleton</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_SkeletonInvWorldMatrix.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.SkeletonInvWorldMatrix%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_SkeletonInvWorldMatrix.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.SkeletonInvWorldMatrix%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BonePhysicsModule.cs/#L25">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BonePhysicsModule.cs/#L25">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_SkeletonInvWorldMatrix" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.SkeletonInvWorldMatrix">SkeletonInvWorldMatrix</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_SkeletonWorldMatrix.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.SkeletonWorldMatrix%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_SkeletonWorldMatrix.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.SkeletonWorldMatrix%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BonePhysicsModule.cs/#L24">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BonePhysicsModule.cs/#L24">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_SkeletonWorldMatrix" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.SkeletonWorldMatrix">SkeletonWorldMatrix</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_vtbl.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.vtbl%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_vtbl.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.vtbl%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BonePhysicsModule.cs/#L23">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BonePhysicsModule.cs/#L23">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_vtbl" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.vtbl">vtbl</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_WindScale.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.WindScale%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_WindScale.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.WindScale%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BonePhysicsModule.cs/#L26">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BonePhysicsModule.cs/#L26">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_WindScale" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.WindScale">WindScale</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -280,10 +280,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_WindVariation.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.WindVariation%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_WindVariation.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.WindVariation%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BonePhysicsModule.cs/#L27">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BonePhysicsModule.cs/#L27">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_WindVariation" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.WindVariation">WindVariation</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -315,10 +315,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BonePhysicsModule.cs/#L20" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BonePhysicsModule.cs/#L20" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,10 +106,10 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_CharacterPosition.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.CharacterPosition%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_CharacterPosition.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.CharacterPosition%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BoneSimulator.cs/#L13">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BoneSimulator.cs/#L13">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_CharacterPosition" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.CharacterPosition">CharacterPosition</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -135,10 +135,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_Gravity.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Gravity%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_Gravity.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Gravity%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BoneSimulator.cs/#L14">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BoneSimulator.cs/#L14">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_Gravity" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Gravity">Gravity</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -164,10 +164,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_PhysicsGroup.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.PhysicsGroup%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_PhysicsGroup.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.PhysicsGroup%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BoneSimulator.cs/#L11">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BoneSimulator.cs/#L11">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_PhysicsGroup" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.PhysicsGroup">PhysicsGroup</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -193,10 +193,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_Skeleton.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Skeleton%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_Skeleton.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Skeleton%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BoneSimulator.cs/#L12">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BoneSimulator.cs/#L12">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_Skeleton" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Skeleton">Skeleton</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -222,10 +222,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_vtbl.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.vtbl%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_vtbl.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.vtbl%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BoneSimulator.cs/#L10">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BoneSimulator.cs/#L10">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_vtbl" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.vtbl">vtbl</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -251,10 +251,10 @@
|
|||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_Wind.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Wind%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_Wind.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Wind%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/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BoneSimulator.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BoneSimulator.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_Wind" data-uid="FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Wind">Wind</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
|
@ -286,10 +286,10 @@
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/74556bdfe469ed66ba77d613186a0c3d6eeda88d/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator%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>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator%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/goatcorp/FFXIVClientStructs/blob/74556bdfe469ed66ba77d613186a0c3d6eeda88d/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BoneSimulator.cs/#L7" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Graphics/Physics/BoneSimulator.cs/#L7" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue