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
4d7da00af3
commit
83586fd46b
658 changed files with 80853 additions and 15683 deletions
|
|
@ -132,8 +132,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[UsedImplicitly]
|
||||
public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -159,7 +158,7 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</span>
|
||||
<a id="Dalamud_Data_DataManager_Excel_" data-uid="Dalamud.Data.DataManager.Excel*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_Excel" data-uid="Dalamud.Data.DataManager.Excel">Excel</h4>
|
||||
<div class="markdown level1 summary"><p>Gets an <span class="xref">Lumina.Excel.ExcelModule</span> object which gives access to any of the game's sheet data.</p>
|
||||
<div class="markdown level1 summary"><p>Gets an <see cref="!:ExcelModule"></see> object which gives access to any of the game's sheet data.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -176,7 +175,7 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Lumina.Excel.ExcelModule</span></td>
|
||||
<td><span class="xref">ExcelModule</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -190,7 +189,7 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</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 class="markdown level1 summary"><p>Gets a <see cref="!:Lumina"></see> object which gives access to any excel/game data.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -207,7 +206,7 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Lumina.GameData</span></td>
|
||||
<td><span class="xref">GameData</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -397,12 +396,12 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetExcelSheet_" data-uid="Dalamud.Data.DataManager.GetExcelSheet*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetExcelSheet__1" data-uid="Dalamud.Data.DataManager.GetExcelSheet``1">GetExcelSheet<T>()</h4>
|
||||
<div class="markdown level1 summary"><p>Get an <span class="xref">Lumina.Excel.ExcelSheet<T></span> with the given Excel sheet row type.</p>
|
||||
<div class="markdown level1 summary"><p>Get an <see cref="!:ExcelSheet<T>"></see> with the given Excel sheet row type.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ExcelSheet<T> GetExcelSheet<T>()
|
||||
<pre><code class="lang-csharp hljs">public ExcelSheet<T>? GetExcelSheet<T>()
|
||||
where T : ExcelRow</code></pre>
|
||||
</div>
|
||||
<h5 class="returns">Returns</h5>
|
||||
|
|
@ -415,8 +414,8 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Lumina.Excel.ExcelSheet</span><T></td>
|
||||
<td><p>The <span class="xref">Lumina.Excel.ExcelSheet<T></span>, giving access to game rows.</p>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">ExcelSheet</span><T>></td>
|
||||
<td><p>The <see cref="!:ExcelSheet<T>"></see>, giving access to game rows.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -446,12 +445,12 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetExcelSheet_" data-uid="Dalamud.Data.DataManager.GetExcelSheet*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetExcelSheet__1_Dalamud_ClientLanguage_" data-uid="Dalamud.Data.DataManager.GetExcelSheet``1(Dalamud.ClientLanguage)">GetExcelSheet<T>(ClientLanguage)</h4>
|
||||
<div class="markdown level1 summary"><p>Get an <span class="xref">Lumina.Excel.ExcelSheet<T></span> with the given Excel sheet row type with a specified language.</p>
|
||||
<div class="markdown level1 summary"><p>Get an <see cref="!:ExcelSheet<T>"></see> with the given Excel sheet row type with a specified language.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ExcelSheet<T> GetExcelSheet<T>(ClientLanguage language)
|
||||
<pre><code class="lang-csharp hljs">public ExcelSheet<T>? GetExcelSheet<T>(ClientLanguage language)
|
||||
where T : ExcelRow</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
|
|
@ -482,8 +481,8 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Lumina.Excel.ExcelSheet</span><T></td>
|
||||
<td><p>The <span class="xref">Lumina.Excel.ExcelSheet<T></span>, giving access to game rows.</p>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">ExcelSheet</span><T>></td>
|
||||
<td><p>The <see cref="!:ExcelSheet<T>"></see>, giving access to game rows.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -513,12 +512,12 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetFile_" data-uid="Dalamud.Data.DataManager.GetFile*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetFile_System_String_" data-uid="Dalamud.Data.DataManager.GetFile(System.String)">GetFile(String)</h4>
|
||||
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.FileResource</span> with the given path.</p>
|
||||
<div class="markdown level1 summary"><p>Get a <see cref="!:FileResource"></see> with the given path.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public FileResource GetFile(string path)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public FileResource? GetFile(string path)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -548,8 +547,8 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Lumina.Data.FileResource</span></td>
|
||||
<td><p>The <span class="xref">Lumina.Data.FileResource</span> of the file.</p>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">FileResource</span>></td>
|
||||
<td><p>The <see cref="!:FileResource"></see> of the file.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -563,7 +562,7 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetFile_" data-uid="Dalamud.Data.DataManager.GetFile*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetFile__1_System_String_" data-uid="Dalamud.Data.DataManager.GetFile``1(System.String)">GetFile<T>(String)</h4>
|
||||
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.FileResource</span> with the given path, of the given type.</p>
|
||||
<div class="markdown level1 summary"><p>Get a <see cref="!:FileResource"></see> with the given path, of the given type.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -600,7 +599,7 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">T</span></td>
|
||||
<td><p>The <span class="xref">Lumina.Data.FileResource</span> of the file.</p>
|
||||
<td><p>The <see cref="!:FileResource"></see> of the file.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -630,12 +629,12 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetHqIcon_" data-uid="Dalamud.Data.DataManager.GetHqIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetHqIcon_System_UInt32_" data-uid="Dalamud.Data.DataManager.GetHqIcon(System.UInt32)">GetHqIcon(UInt32)</h4>
|
||||
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.Files.TexFile</span> containing the HQ icon with the given ID.</p>
|
||||
<div class="markdown level1 summary"><p>Get a <see cref="!:TexFile"></see> containing the HQ icon with the given ID.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TexFile GetHqIcon(uint iconId)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public TexFile? GetHqIcon(uint iconId)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -665,8 +664,8 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Lumina.Data.Files.TexFile</span></td>
|
||||
<td><p>The <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon.</p>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TexFile</span>></td>
|
||||
<td><p>The <see cref="!:TexFile"></see> containing the icon.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -680,12 +679,12 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetIcon_" data-uid="Dalamud.Data.DataManager.GetIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetIcon_Dalamud_ClientLanguage_System_UInt32_" data-uid="Dalamud.Data.DataManager.GetIcon(Dalamud.ClientLanguage,System.UInt32)">GetIcon(ClientLanguage, UInt32)</h4>
|
||||
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon with the given ID, of the given language.</p>
|
||||
<div class="markdown level1 summary"><p>Get a <see cref="!:TexFile"></see> containing the icon with the given ID, of the given language.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TexFile GetIcon(ClientLanguage iconLanguage, uint iconId)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public TexFile? GetIcon(ClientLanguage iconLanguage, uint iconId)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -721,8 +720,8 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Lumina.Data.Files.TexFile</span></td>
|
||||
<td><p>The <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon.</p>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TexFile</span>></td>
|
||||
<td><p>The <see cref="!:TexFile"></see> containing the icon.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -736,12 +735,12 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetIcon_" data-uid="Dalamud.Data.DataManager.GetIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetIcon_System_Boolean_System_UInt32_" data-uid="Dalamud.Data.DataManager.GetIcon(System.Boolean,System.UInt32)">GetIcon(Boolean, UInt32)</h4>
|
||||
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon with the given ID, of the given quality.</p>
|
||||
<div class="markdown level1 summary"><p>Get a <see cref="!:TexFile"></see> containing the icon with the given ID, of the given quality.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TexFile GetIcon(bool isHq, uint iconId)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public TexFile? GetIcon(bool isHq, uint iconId)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -777,8 +776,8 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Lumina.Data.Files.TexFile</span></td>
|
||||
<td><p>The <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon.</p>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TexFile</span>></td>
|
||||
<td><p>The <see cref="!:TexFile"></see> containing the icon.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -792,12 +791,12 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetIcon_" data-uid="Dalamud.Data.DataManager.GetIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetIcon_System_String_System_UInt32_" data-uid="Dalamud.Data.DataManager.GetIcon(System.String,System.UInt32)">GetIcon(String, UInt32)</h4>
|
||||
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon with the given ID, of the given type.</p>
|
||||
<div class="markdown level1 summary"><p>Get a <see cref="!:TexFile"></see> containing the icon with the given ID, of the given type.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TexFile GetIcon(string type, uint iconId)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public TexFile? GetIcon(string type, uint iconId)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -833,8 +832,8 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Lumina.Data.Files.TexFile</span></td>
|
||||
<td><p>The <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon.</p>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TexFile</span>></td>
|
||||
<td><p>The <see cref="!:TexFile"></see> containing the icon.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -848,12 +847,12 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetIcon_" data-uid="Dalamud.Data.DataManager.GetIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetIcon_System_UInt32_" data-uid="Dalamud.Data.DataManager.GetIcon(System.UInt32)">GetIcon(UInt32)</h4>
|
||||
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon with the given ID.</p>
|
||||
<div class="markdown level1 summary"><p>Get a <see cref="!:TexFile"></see> containing the icon with the given ID.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TexFile GetIcon(uint iconId)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public TexFile? GetIcon(uint iconId)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -883,27 +882,27 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Lumina.Data.Files.TexFile</span></td>
|
||||
<td><p>The <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon.</p>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TexFile</span>></td>
|
||||
<td><p>The <see cref="!:TexFile"></see> containing the icon.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetImGuiTexture_Lumina_Data_Files_TexFile_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetImGuiTexture(Lumina.Data.Files.TexFile)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetImGuiTexture_System_Nullable_TexFile__.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetImGuiTexture(System.Nullable%7BTexFile%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/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L301">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetImGuiTexture_" data-uid="Dalamud.Data.DataManager.GetImGuiTexture*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetImGuiTexture_Lumina_Data_Files_TexFile_" data-uid="Dalamud.Data.DataManager.GetImGuiTexture(Lumina.Data.Files.TexFile)">GetImGuiTexture(TexFile)</h4>
|
||||
<div class="markdown level1 summary"><p>Get the passed <span class="xref">Lumina.Data.Files.TexFile</span> as a drawable ImGui TextureWrap.</p>
|
||||
<h4 id="Dalamud_Data_DataManager_GetImGuiTexture_System_Nullable_TexFile__" data-uid="Dalamud.Data.DataManager.GetImGuiTexture(System.Nullable{TexFile})">GetImGuiTexture(Nullable<TexFile>)</h4>
|
||||
<div class="markdown level1 summary"><p>Get the passed <see cref="!:TexFile"></see> as a drawable ImGui TextureWrap.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TextureWrap GetImGuiTexture(TexFile tex)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public TextureWrap GetImGuiTexture(TexFile? tex)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -916,9 +915,9 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></p
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Lumina.Data.Files.TexFile</span></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TexFile</span>></td>
|
||||
<td><span class="parametername">tex</span></td>
|
||||
<td><p>The Lumina <span class="xref">Lumina.Data.Files.TexFile</span>.</p>
|
||||
<td><p>The Lumina <see cref="!:TexFile"></see>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue