From 1b2bdb74bb249ac123cd142a844e975ae2e435d9 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Tue, 30 Jun 2020 01:24:24 +0200 Subject: [PATCH] docs: regenerate --- docs/api/Dalamud.Data.DataManager.html | 118 +- ...alamud.Data.TransientSheet.Completion.html | 8 +- ...Dalamud.Data.TransientSheet.PetMirage.html | 8 +- docs/api/Dalamud.Data.TransientSheet.html | 4 - ...ringHandling.Payload.EmbeddedInfoType.html | 2 +- ....SeStringHandling.Payload.IntegerType.html | 30 +- ...ingHandling.Payload.SeStringChunkType.html | 2 +- ...ud.Game.Chat.SeStringHandling.Payload.html | 54 +- ...andling.Payloads.AutoTranslatePayload.html | 4 +- ...ndling.Payloads.EmphasisItalicPayload.html | 4 +- ...SeStringHandling.Payloads.ItemPayload.html | 6 +- ...tringHandling.Payloads.MapLinkPayload.html | 4 +- ...StringHandling.Payloads.PlayerPayload.html | 4 +- ....SeStringHandling.Payloads.RawPayload.html | 4 +- ...StringHandling.Payloads.StatusPayload.html | 4 +- ...SeStringHandling.Payloads.TextPayload.html | 4 +- ...Handling.Payloads.UIForegroundPayload.html | 4 +- ...StringHandling.Payloads.UIGlowPayload.html | 4 +- ...d.Game.Chat.SeStringHandling.SeString.html | 68 +- .../Dalamud.Game.Chat.SeStringHandling.html | 3 - ...ClientState.Actors.Resolvers.ClassJob.html | 4 +- ...me.ClientState.Actors.Resolvers.World.html | 4 +- ...ud.Game.Network.NetworkHandlers.CfPop.html | 2 +- docs/api/Dalamud.Interface.UiBuilder.html | 42 - docs/api/Dalamud.Interface.html | 4 - docs/api/Dalamud.Plugin.PluginDefinition.html | 30 + docs/api/Dalamud.Plugin.html | 6 - docs/api/toc.html | 21 - docs/manifest.json | 152 +- docs/xrefmap.yml | 1735 +---------------- 30 files changed, 352 insertions(+), 1987 deletions(-) diff --git a/docs/api/Dalamud.Data.DataManager.html b/docs/api/Dalamud.Data.DataManager.html index e68ba8d7a..65d310ca1 100644 --- a/docs/api/Dalamud.Data.DataManager.html +++ b/docs/api/Dalamud.Data.DataManager.html @@ -81,6 +81,10 @@
public class DataManager
+ public class DataManager : IDisposable
public void Dispose()
+ The excel sheet type to get.
+Get an Lumina.Excel.ExcelSheet<T> with the given Excel sheet row type with a specified language.
+public ExcelSheet<T> GetExcelSheet<T>(ClientLanguage language)
+ where T : IExcelRow
+ | Type | +Name | +Description | +
|---|---|---|
| Dalamud.ClientLanguage | +language | +Language of the sheet to get. + |
+
| Type | +Description | +
|---|---|
| Lumina.Excel.ExcelSheet<T> | +The Lumina.Excel.ExcelSheet<T>, giving access to game rows. + |
+
| Name | +Description | +
|---|---|
| T | +The excel sheet type to get. |
public int RowId { get; set; }
+ public uint RowId { get; set; }
| System.Int32 | +System.UInt32 |
| System.Int32 | +System.UInt32 |
| System.Int32 | +System.UInt32 |
| System.Int32 | +System.UInt32 | Byte | + | ||||||||||||||||||||||||||||||||||||||||
| ByteSHL16 | ++ | ||||||||||||||||||||||||||||||||||||||||||
| ByteTimes256 | @@ -103,10 +107,22 @@ | Int16 | |||||||||||||||||||||||||||||||||||||||||
| Int16Int8SHL8 | ++ | ||||||||||||||||||||||||||||||||||||||||||
| Int16Packed | |||||||||||||||||||||||||||||||||||||||||||
| Int16SHL16 | ++ | ||||||||||||||||||||||||||||||||||||||||||
| Int16SHL8 | ++ | ||||||||||||||||||||||||||||||||||||||||||
| Int24 | @@ -123,6 +139,18 @@ | Int32 | |||||||||||||||||||||||||||||||||||||||||
| Int8SHL24 | ++ | ||||||||||||||||||||||||||||||||||||||||||
| Int8SHL8Int8 | ++ | ||||||||||||||||||||||||||||||||||||||||||
| Int8SHL8Int8SHL8 | ++ | ||||||||||||||||||||||||||||||||||||||||||
| None | @@ -144,7 +172,7 @@ Improve this Doc |
A reader positioned at the start of the payload, and containing at least one entire payload. |
+ ||
| DataManager | +data | ++ |
The binary encoded payload data.
-Parse a binary game message into an SeString.
-public static SeString Parse(byte[] bytes)
- | Type | -Name | -Description | -
|---|---|---|
| System.Byte[] | -bytes | -Binary message payload data in SE's internal format. - |
-
| Type | -Description | -||
|---|---|---|---|
| SeString | -An SeString containing parsed Payload objects for each payload in the data. |
| System.Int32 | +System.UInt32 |
| System.Int32 | +System.UInt32 | ||
| ContentFinderCondition | +Lumina.Excel.GeneratedSheets.ContentFinderCondition | cfc |
| Type | -Name | -Description | -
|---|---|---|
| InterfaceManager | -interfaceManager | -The interface manager to register on. - |
-
| System.String | -namespaceName | -The plugin namespace. - |
-
This class represents the Dalamud UI that is drawn on top of the game. It can be used to draw custom windows and overlays.
diff --git a/docs/api/Dalamud.Plugin.PluginDefinition.html b/docs/api/Dalamud.Plugin.PluginDefinition.html index 6a10ac7c7..9e599c1c5 100644 --- a/docs/api/Dalamud.Plugin.PluginDefinition.html +++ b/docs/api/Dalamud.Plugin.PluginDefinition.html @@ -202,6 +202,36 @@public int DalamudApiLevel { get; set; }
+ | Type | +Description | +
|---|---|
| System.Int32 | ++ |
This interface represents a basic Dalamud plugin. All plugins have to implement this interface.