Class MarketTaxRates
This class represents the "Result Dialog" packet. This is also used e.g. for reduction results, but we only care about tax rates. We can do that by checking the "Category" field.
Inheritance
System.Object
MarketTaxRates
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Game.Network.Structures
Assembly: Dalamud.dll
Syntax
public class MarketTaxRates
Properties
| Improve this Doc View SourceCategory
Gets the category of this ResultDialog packet.
Declaration
public uint Category { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
CrystariumTax
Gets the tax rate in the Crystarium.
Declaration
public uint CrystariumTax { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
GridaniaTax
Gets the tax rate in Gridania.
Declaration
public uint GridaniaTax { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
IshgardTax
Gets the tax rate in Ishgard.
Declaration
public uint IshgardTax { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
KuganeTax
Gets the tax rate in Kugane.
Declaration
public uint KuganeTax { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
LimsaLominsaTax
Gets the tax rate in Limsa Lominsa.
Declaration
public uint LimsaLominsaTax { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
SharlayanTax
Gets the tax rate in the Crystarium.
Declaration
public uint SharlayanTax { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
UldahTax
Gets the tax rate in Ul'dah.
Declaration
public uint UldahTax { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Methods
| Improve this Doc View SourceRead(IntPtr)
Read a MarketTaxRates object from memory.
Declaration
public static MarketTaxRates Read(IntPtr dataPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | dataPtr | Address to read. |
Returns
| Type | Description |
|---|---|
| MarketTaxRates | A new MarketTaxRates object. |