mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +01:00
docs: regenerate
This commit is contained in:
parent
5efe65a655
commit
92d646f538
324 changed files with 13728 additions and 6843 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue