Show / Hide Table of Contents

Class PropertyTransfer

Inheritance
System.Object
GameAction
PropertyTransfer
Implements
IContextObject
IActionStat
IStat
IUserGameAction
IPositionGameAction
IAuthGameAction
IController
IViewController
IHasUniversalID
IDeedAuthRelatedAction
Inherited Members
GameAction.StatKey
GameAction.AuthIgnored
GameAction._id
GameAction.Time
GameAction.MarkedUpName
GameAction.StatType
GameAction.ControllerID
Namespace: Eco.Gameplay.GameActions
Assembly: Eco.Gameplay.dll
Syntax
public class PropertyTransfer : GameAction, IContextObject, IActionStat, IStat, IUserGameAction, IPositionGameAction, IAuthGameAction, IController, IViewController, IHasUniversalID, IDeedAuthRelatedAction

Constructors

PropertyTransfer()

Declaration
public PropertyTransfer()

Properties

AccessNeeded

Declaration
public AccessType AccessNeeded { get; set; }
Property Value
Type Description
AccessType

ActionLocation

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

Citizen

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

CurrentOwner

Declaration
public IAlias CurrentOwner { get; set; }
Property Value
Type Description
IAlias

NewOwner

Declaration
public IAlias NewOwner { get; set; }
Property Value
Type Description
IAlias

RelatedDeeds

Declaration
public IEnumerable<Deed> RelatedDeeds { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Deed>

SettlementScopes

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

Implements

IContextObject
IActionStat
IStat
IUserGameAction
IPositionGameAction
IAuthGameAction
IController
IViewController
IHasUniversalID
IDeedAuthRelatedAction

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