mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-02 14:04:36 +01:00
docs: regenerate
This commit is contained in:
parent
dd72261893
commit
c050e83210
997 changed files with 51585 additions and 22166 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Struct ActionManager
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.0.0">
|
||||
<meta name="generator" content="docfx 2.58.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -106,10 +106,141 @@
|
|||
</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_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>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/new/1eb51692ebda17b1d15e74b1064881d0518e4e32/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_CheckActionResources_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_Void__.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.CheckActionResources(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32%2CSystem.Void*)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%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/#L42">View Source</a>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/blob/1eb51692ebda17b1d15e74b1064881d0518e4e32/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L48">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_CheckActionResources_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.CheckActionResources*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_CheckActionResources_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_Void__" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.CheckActionResources(FFXIVClientStructs.FFXIV.Client.Game.ActionType,System.UInt32,System.Void*)">CheckActionResources(ActionType, UInt32, Void*)</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 8C")]
|
||||
public uint CheckActionResources(ActionType actionType, uint actionId, void *actionData = default(void *))</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="FFXIVClientStructs.FFXIV.Client.Game.ActionType.html">ActionType</a></td>
|
||||
<td><span class="parametername">actionType</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.UInt32</span></td>
|
||||
<td><span class="parametername">actionId</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Void</span>*</td>
|
||||
<td><span class="parametername">actionData</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/aers/FFXIVClientStructs/new/1eb51692ebda17b1d15e74b1064881d0518e4e32/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetActionCost_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_Byte_System_Byte_System_Byte_System_Byte_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetActionCost(FFXIVClientStructs.FFXIV.Client.Game.ActionType%2CSystem.UInt32%2CSystem.Byte%2CSystem.Byte%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/aers/FFXIVClientStructs/blob/1eb51692ebda17b1d15e74b1064881d0518e4e32/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L45">View Source</a>
|
||||
</span>
|
||||
<a id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetActionCost_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetActionCost*"></a>
|
||||
<h4 id="FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetActionCost_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_System_Byte_System_Byte_System_Byte_System_Byte_" data-uid="FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetActionCost(FFXIVClientStructs.FFXIV.Client.Game.ActionType,System.UInt32,System.Byte,System.Byte,System.Byte,System.Byte)">GetActionCost(ActionType, UInt32, Byte, Byte, Byte, Byte)</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 ?? ?? ?? ?? 0F B6 55 26", IsStatic = true)]
|
||||
public static int GetActionCost(ActionType actionType, uint actionId, byte a3, byte a4, byte a5, byte a6)</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="FFXIVClientStructs.FFXIV.Client.Game.ActionType.html">ActionType</a></td>
|
||||
<td><span class="parametername">actionType</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.UInt32</span></td>
|
||||
<td><span class="parametername">actionId</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Byte</span></td>
|
||||
<td><span class="parametername">a3</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Byte</span></td>
|
||||
<td><span class="parametername">a4</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Byte</span></td>
|
||||
<td><span class="parametername">a5</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.Byte</span></td>
|
||||
<td><span class="parametername">a6</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/new/1eb51692ebda17b1d15e74b1064881d0518e4e32/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/aers/FFXIVClientStructs/blob/1eb51692ebda17b1d15e74b1064881d0518e4e32/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>
|
||||
|
|
@ -164,10 +295,10 @@ public static uint GetActionInRangeOrLoS(uint actionId, GameObject*sourceObject,
|
|||
</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>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/new/1eb51692ebda17b1d15e74b1064881d0518e4e32/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>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/blob/1eb51692ebda17b1d15e74b1064881d0518e4e32/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>
|
||||
|
|
@ -212,10 +343,10 @@ public static float GetActionRange(uint actionId)</code></pre>
|
|||
</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>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/new/1eb51692ebda17b1d15e74b1064881d0518e4e32/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>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/blob/1eb51692ebda17b1d15e74b1064881d0518e4e32/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>
|
||||
|
|
@ -280,10 +411,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/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>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/new/1eb51692ebda17b1d15e74b1064881d0518e4e32/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/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L21">View Source</a>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/blob/1eb51692ebda17b1d15e74b1064881d0518e4e32/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>
|
||||
|
|
@ -328,10 +459,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/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>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/new/1eb51692ebda17b1d15e74b1064881d0518e4e32/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/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L27">View Source</a>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/blob/1eb51692ebda17b1d15e74b1064881d0518e4e32/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>
|
||||
|
|
@ -391,10 +522,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/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>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/new/1eb51692ebda17b1d15e74b1064881d0518e4e32/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/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L24">View Source</a>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/blob/1eb51692ebda17b1d15e74b1064881d0518e4e32/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>
|
||||
|
|
@ -449,10 +580,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/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>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/new/1eb51692ebda17b1d15e74b1064881d0518e4e32/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/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L30">View Source</a>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/blob/1eb51692ebda17b1d15e74b1064881d0518e4e32/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>
|
||||
|
|
@ -502,10 +633,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/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>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/new/1eb51692ebda17b1d15e74b1064881d0518e4e32/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/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L33">View Source</a>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/blob/1eb51692ebda17b1d15e74b1064881d0518e4e32/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>
|
||||
|
|
@ -555,10 +686,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/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>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/new/1eb51692ebda17b1d15e74b1064881d0518e4e32/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/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L9">View Source</a>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/blob/1eb51692ebda17b1d15e74b1064881d0518e4e32/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>
|
||||
|
|
@ -586,10 +717,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/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>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/new/1eb51692ebda17b1d15e74b1064881d0518e4e32/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/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L36">View Source</a>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/blob/1eb51692ebda17b1d15e74b1064881d0518e4e32/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>
|
||||
|
|
@ -639,10 +770,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/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>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/new/1eb51692ebda17b1d15e74b1064881d0518e4e32/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/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L12">View Source</a>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/blob/1eb51692ebda17b1d15e74b1064881d0518e4e32/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>
|
||||
|
|
@ -712,10 +843,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/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>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/new/1eb51692ebda17b1d15e74b1064881d0518e4e32/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/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/blob/1eb51692ebda17b1d15e74b1064881d0518e4e32/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>
|
||||
|
|
@ -786,10 +917,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/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>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/new/1eb51692ebda17b1d15e74b1064881d0518e4e32/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/dbc0bcfb01e32a1b53986ecf9e56f594731b1ea5/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L7" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/aers/FFXIVClientStructs/blob/1eb51692ebda17b1d15e74b1064881d0518e4e32/FFXIVClientStructs/FFXIV/Client/Game/ActionManager.cs/#L7" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue