mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +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="Namespace Dalamud.Hooking
|
||||
">
|
||||
<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">
|
||||
|
|
@ -77,6 +77,10 @@
|
|||
<div class="markdown level0 remarks"></div>
|
||||
<h3 id="classes">Classes
|
||||
</h3>
|
||||
<h4><a class="xref" href="Dalamud.Hooking.AsmHook.html">AsmHook</a></h4>
|
||||
<section><p>Manages a hook which can be used to intercept a call to native function.
|
||||
This class is basically a thin wrapper around the LocalHook type to provide helper functions.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Dalamud.Hooking.Hook-1.html">Hook<T></a></h4>
|
||||
<section><p>Manages a hook which can be used to intercept a call to native function.
|
||||
This class is basically a thin wrapper around the LocalHook type to provide helper functions.</p>
|
||||
|
|
@ -85,6 +89,12 @@ This class is basically a thin wrapper around the LocalHook type to provide help
|
|||
</h3>
|
||||
<h4><a class="xref" href="Dalamud.Hooking.IDalamudHook.html">IDalamudHook</a></h4>
|
||||
<section><p>Interface describing a generic hook.</p>
|
||||
</section>
|
||||
<h3 id="enums">Enums
|
||||
</h3>
|
||||
<h4><a class="xref" href="Dalamud.Hooking.AsmHookBehaviour.html">AsmHookBehaviour</a></h4>
|
||||
<section><p>Defines the behaviour used by the Dalamud.Hooking.AsmHook.
|
||||
This is equivalent to the same enumeration in Reloaded and is included so you do not have to reference the assembly.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue