Show / Hide Table of Contents

Class CurrencyTrade

Inheritance
System.Object
GameAction
AggregatableAction
InteractAction
ItemInteractAction
TradeAction
CurrencyTrade
Implements
IContextObject
IAggregatableStat
ICountStat
IActionStat
IStat
IUserGameAction
IPositionGameAction
IAuthGameAction
ISyncedAction
IItemGameAction
IWorldObjectGameAction
ICurrencyGameAction
IBankAccountGameAction
IController
IViewController
IHasUniversalID
Inherited Members
TradeAction.NumberOfItems
TradeAction.BoughtOrSold
TradeAction.ShopOwner
TradeAction.Buyer
TradeAction.Seller
TradeAction.WorldObject
TradeAction.WorldObjectItem
ItemInteractAction.ItemUsed
InteractAction.Citizen
InteractAction.ActionLocation
InteractAction.AccessNeeded
InteractAction.SettlementScopes
InteractAction.SyncObject
AggregatableAction.AggregateFrom(IAggregatableStat)
AggregatableAction.Count
GameAction.StatKey
GameAction.AuthIgnored
GameAction._id
GameAction.Time
GameAction.MarkedUpName
GameAction.StatType
GameAction.ControllerID
Namespace: Eco.Gameplay.GameActions
Assembly: Eco.Gameplay.dll
Syntax
[ChangeParentConfigLoc]
public class CurrencyTrade : TradeAction, IContextObject, IAggregatableStat, ICountStat, IActionStat, IStat, IUserGameAction, IPositionGameAction, IAuthGameAction, ISyncedAction, IItemGameAction, IWorldObjectGameAction, ICurrencyGameAction, IBankAccountGameAction, IController, IViewController, IHasUniversalID

Constructors

CurrencyTrade()

Declaration
public CurrencyTrade()

Properties

BankAccount

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

Currency

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

CurrencyAmount

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

Implements

IContextObject
IAggregatableStat
ICountStat
IActionStat
IStat
IUserGameAction
IPositionGameAction
IAuthGameAction
ISyncedAction
IItemGameAction
IWorldObjectGameAction
ICurrencyGameAction
IBankAccountGameAction
IController
IViewController
IHasUniversalID

Extension Methods

GameActionExtensions.AffectedDeeds(GameAction)
GameActionExtensions.Fill(GameAction, MultiblockActionContext, WrappedWorldPosition3i, Item)
GameActionExtensions.Fill(GameAction, User, Item, WrappedWorldPosition3i, Nullable<AccessType>, Item)
GameActionManager.TryPerform(GameAction, User)
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
☀
☾