Show / Hide Table of Contents

Interface ISettlementTaxes

Namespace: Eco.Gameplay.Economy
Assembly: Eco.Gameplay.dll
Syntax
public interface ISettlementTaxes

Methods

GetContractTax(Currency)

Declaration
float GetContractTax(Currency currency = null)
Parameters
Type Name Description
Currency currency
Returns
Type Description
System.Single

GetCraftingFeeTax(Currency)

Declaration
float GetCraftingFeeTax(Currency currency = null)
Parameters
Type Name Description
Currency currency
Returns
Type Description
System.Single

GetCurrencyExchangeTax(Currency)

Declaration
float GetCurrencyExchangeTax(Currency currency = null)
Parameters
Type Name Description
Currency currency
Returns
Type Description
System.Single

GetDirectTransferTax(Currency)

Declaration
float GetDirectTransferTax(Currency currency = null)
Parameters
Type Name Description
Currency currency
Returns
Type Description
System.Single

GetSalesTax(Currency)

Declaration
float GetSalesTax(Currency currency = null)
Parameters
Type Name Description
Currency currency
Returns
Type Description
System.Single

GetSelfDirectTransferTax(Currency)

Declaration
float GetSelfDirectTransferTax(Currency currency = null)
Parameters
Type Name Description
Currency currency
Returns
Type Description
System.Single

SetContractTax(Single)

Declaration
void SetContractTax(float val)
Parameters
Type Name Description
System.Single val

SetCraftingFeeTax(Single)

Declaration
void SetCraftingFeeTax(float val)
Parameters
Type Name Description
System.Single val

SetDirectTransferTax(Single)

Declaration
void SetDirectTransferTax(float val)
Parameters
Type Name Description
System.Single val

SetPropertyTax(Single)

Declaration
void SetPropertyTax(float val)
Parameters
Type Name Description
System.Single val

SetSalesTax(Single)

Declaration
void SetSalesTax(float val)
Parameters
Type Name Description
System.Single val

SetSelfDirectTransferTax(Single)

Declaration
void SetSelfDirectTransferTax(float val)
Parameters
Type Name Description
System.Single val

ShowTaxUpdates(Settlement)

Declaration
void ShowTaxUpdates(Settlement set)
Parameters
Type Name Description
Settlement set

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾