Show / Hide Table of Contents

Class AccountChangeSet.AccountChange

A container for requested changes.

Inheritance
System.Object
AccountChangeSet.AccountChange
Namespace: Eco.Gameplay.Economy.Transfer
Assembly: Eco.Gameplay.dll
Syntax
protected sealed class AccountChange : ValueType

Properties

Currency

Declaration
public Currency Currency { get; set; }
Property Value
Type Description
Currency

Delta

Declaration
public float Delta { get; set; }
Property Value
Type Description
System.Single

Source

Declaration
public BankAccount Source { get; set; }
Property Value
Type Description
BankAccount

Target

Declaration
public BankAccount Target { get; set; }
Property Value
Type Description
BankAccount

TransferDesc

Declaration
public LocString TransferDesc { get; set; }
Property Value
Type Description
LocString

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