Show / Hide Table of Contents

Class PayTax

Inheritance
System.Object
GameAction
AggregatableAction
MoneyGameAction
PayTax
Implements
IContextObject
IAggregatableStat
ICountStat
IActionStat
IStat
ICurrencyGameAction
IUserGameAction
IController
IViewController
IHasUniversalID
Inherited Members
AggregatableAction.AggregateFrom(IAggregatableStat)
AggregatableAction.Count
GameAction.StatKey
GameAction.AuthIgnored
GameAction._id
GameAction.Time
GameAction.MarkedUpName
GameAction.StatType
GameAction.DryRun
GameAction.ControllerID
Namespace: Eco.Gameplay.GameActions
Assembly: Eco.Gameplay.dll
Syntax
public class PayTax : MoneyGameAction, IContextObject, IAggregatableStat, ICountStat, IActionStat, IStat, ICurrencyGameAction, IUserGameAction, IController, IViewController, IHasUniversalID

Constructors

PayTax()

Declaration
public PayTax()

Properties

Citizen

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

Currency

Declaration
[CanAutoAssign]
public override Currency Currency { get; set; }
Property Value
Type Description
Currency
Overrides
MoneyGameAction.Currency

CurrencyAmount

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

Settlement

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

SettlementScopes

Declaration
public override IEnumerable<Settlement> SettlementScopes { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Settlement>
Overrides
MoneyGameAction.SettlementScopes

SourceBankAccount

Declaration
public override BankAccount SourceBankAccount { get; set; }
Property Value
Type Description
BankAccount
Overrides
MoneyGameAction.SourceBankAccount

TargetBankAccount

Declaration
public override BankAccount TargetBankAccount { get; set; }
Property Value
Type Description
BankAccount
Overrides
MoneyGameAction.TargetBankAccount

TaxRate

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

TotalBeforeTax

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

Implements

IContextObject
IAggregatableStat
ICountStat
IActionStat
IStat
ICurrencyGameAction
IUserGameAction
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
☀
☾