mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-27 10:59:18 +01:00
docs: regenerate
This commit is contained in:
parent
3f2a0c6bfe
commit
0c8e15a39f
81 changed files with 3440 additions and 905 deletions
|
|
@ -193,7 +193,7 @@
|
|||
</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>
|
||||
|
|
@ -210,7 +210,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Lumina.Excel.ExcelModule</span></td>
|
||||
<td><span class="xref">ExcelModule</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -354,7 +354,7 @@
|
|||
</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>
|
||||
|
|
@ -372,8 +372,8 @@
|
|||
</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">ExcelSheet</span><T></td>
|
||||
<td><p>The <see cref="!:ExcelSheet<T>"></see>, giving access to game rows.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -403,7 +403,7 @@
|
|||
</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>
|
||||
|
|
@ -439,8 +439,8 @@
|
|||
</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">ExcelSheet</span><T></td>
|
||||
<td><p>The <see cref="!:ExcelSheet<T>"></see>, giving access to game rows.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -470,7 +470,7 @@
|
|||
</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>
|
||||
|
|
@ -505,8 +505,8 @@
|
|||
</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">FileResource</span></td>
|
||||
<td><p>The <see cref="!:FileResource"></see> of the file.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -520,7 +520,7 @@
|
|||
</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>
|
||||
|
|
@ -557,7 +557,7 @@
|
|||
<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>
|
||||
|
|
@ -587,7 +587,7 @@
|
|||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetIcon_" data-uid="Dalamud.Data.DataManager.GetIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetIcon_Dalamud_ClientLanguage_System_Int32_" data-uid="Dalamud.Data.DataManager.GetIcon(Dalamud.ClientLanguage,System.Int32)">GetIcon(ClientLanguage, Int32)</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>
|
||||
|
|
@ -628,8 +628,8 @@
|
|||
</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">TexFile</span></td>
|
||||
<td><p>The <see cref="!:TexFile"></see> containing the icon.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -643,7 +643,7 @@
|
|||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetIcon_" data-uid="Dalamud.Data.DataManager.GetIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetIcon_System_Int32_" data-uid="Dalamud.Data.DataManager.GetIcon(System.Int32)">GetIcon(Int32)</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>
|
||||
|
|
@ -678,8 +678,8 @@
|
|||
</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">TexFile</span></td>
|
||||
<td><p>The <see cref="!:TexFile"></see> containing the icon.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -693,7 +693,7 @@
|
|||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetIcon_" data-uid="Dalamud.Data.DataManager.GetIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetIcon_System_String_System_Int32_" data-uid="Dalamud.Data.DataManager.GetIcon(System.String,System.Int32)">GetIcon(String, Int32)</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>
|
||||
|
|
@ -734,8 +734,8 @@
|
|||
</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">TexFile</span></td>
|
||||
<td><p>The <see cref="!:TexFile"></see> containing the icon.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue