Class MarketTaxRates
This class represents the market tax rates from a game network packet.
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 SourceCrystariumTax
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 |
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. |