Show / Hide Table of Contents

Class CurrencyInfo

Holds the necessary currency info for contract clauses related with currency transfers.

Inheritance
System.Object
CurrencyInfo
Namespace: Eco.Gameplay.Economy.Contracts
Assembly: Eco.Gameplay.dll
Syntax
public sealed class CurrencyInfo : ValueType

Constructors

CurrencyInfo(BankAccount, Currency, Single)

Declaration
public CurrencyInfo(BankAccount account, Currency currency, float amount)
Parameters
Type Name Description
BankAccount account
Currency currency
System.Single amount

Fields

Account

Declaration
public BankAccount Account
Field Value
Type Description
BankAccount

Amount

Declaration
public float Amount
Field Value
Type Description
System.Single

Currency

Declaration
public Currency Currency
Field Value
Type Description
Currency

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
☀
☾