Class InventoryAction
Inheritance
System.Object
InventoryAction
Assembly: Eco.Gameplay.dll
Syntax
[ChangeParentConfigLoc]
public class InventoryAction : WorldObjectInteractAction, IContextObject, IAggregatableStat, ICountStat, IActionStat, IStat, IUserGameAction, IPositionGameAction, IAuthGameAction, ISyncedAction, IWorldObjectGameAction, IItemTransferGameAction, IItemGameAction, IController, IViewController, IHasUniversalID
Constructors
InventoryAction()
Declaration
Properties
ActionType
Declaration
public InventoryActionType ActionType { get; set; }
Property Value
ChangeInItemCount
Declaration
public float ChangeInItemCount { get; set; }
Property Value
Type |
Description |
System.Single |
|
ItemsMoved
Declaration
public float ItemsMoved { get; set; }
Property Value
Type |
Description |
System.Single |
|
ItemUsed
Declaration
[CanAutoAssign]
public Item ItemUsed { get; set; }
Property Value
TargetInventory
Declaration
public Inventory TargetInventory { get; set; }
Property Value
Implements
Extension Methods