Class DropOrPickupBlock
Inheritance
System.Object
DropOrPickupBlock
Assembly: Eco.Gameplay.dll
Syntax
[ChangeParentConfigLoc]
public class DropOrPickupBlock : ItemInteractAction, IContextObject, IAggregatableStat, ICountStat, IActionStat, IStat, IUserGameAction, IPositionGameAction, IAuthGameAction, ISyncedAction, IItemGameAction, IController, IViewController, IHasUniversalID
Constructors
DropOrPickupBlock()
Declaration
public DropOrPickupBlock()
DropOrPickupBlock(DroppedOrPickedUp)
Declaration
public DropOrPickupBlock(DroppedOrPickedUp value)
Parameters
Properties
Declaration
public RubbleBlockForm BlockForm { get; set; }
Property Value
DroppedOrPickedUp
Declaration
public DroppedOrPickedUp DroppedOrPickedUp { get; set; }
Property Value
Implements
Extension Methods