mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Update GameInventoryType enum (#2007)
This commit is contained in:
parent
ae4c561e09
commit
7e0c97f59e
1 changed files with 23 additions and 3 deletions
|
|
@ -42,7 +42,12 @@ public enum GameInventoryType : ushort
|
||||||
Crystals = 2001,
|
Crystals = 2001,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Mail container.
|
/// Item attachments of a letter the player is currently composing.
|
||||||
|
/// </summary>
|
||||||
|
MailEdit = 2002,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Item attachments of a letter the player is currently reading.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Mail = 2003,
|
Mail = 2003,
|
||||||
|
|
||||||
|
|
@ -57,7 +62,7 @@ public enum GameInventoryType : ushort
|
||||||
HandIn = 2005,
|
HandIn = 2005,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DamagedGear container.
|
/// Repair window container.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
DamagedGear = 2007,
|
DamagedGear = 2007,
|
||||||
|
|
||||||
|
|
@ -66,6 +71,21 @@ public enum GameInventoryType : ushort
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Examine = 2009,
|
Examine = 2009,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Estate Possession Retrieval container.
|
||||||
|
/// </summary>
|
||||||
|
Reclaim = 2010,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Container for items when changing the exterior housing appearance.
|
||||||
|
/// </summary>
|
||||||
|
HousingExteriorAppearanceEdit = 2011,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Container for items when changing the interior housing appearance.
|
||||||
|
/// </summary>
|
||||||
|
HousingInteriorAppearanceEdit = 2012,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Doman Enclave Reconstruction Reclamation Box.
|
/// Doman Enclave Reconstruction Reclamation Box.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -93,10 +113,10 @@ public enum GameInventoryType : ushort
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Armory waist container.
|
/// Armory waist container.
|
||||||
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// This container should be unused as belt items were removed from the game in Shadowbringers.
|
/// This container should be unused as belt items were removed from the game in Shadowbringers.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// </summary>
|
|
||||||
ArmoryWaist = 3204,
|
ArmoryWaist = 3204,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue