Class HarvestOrHunt
Inheritance
System.Object
HarvestOrHunt
Assembly: Eco.Gameplay.dll
Syntax
[ChangeParentConfigLoc]
public class HarvestOrHunt : ToolInteractAction, IContextObject, IAggregatableStat, ICountStat, IActionStat, IStat, IUserGameAction, IPositionGameAction, IAuthGameAction, ISyncedAction, IToolGameAction, ICalorieConsumingAction, IBuffable, ISpeciesGameAction, ITreeSpeciesGameAction, IController, IViewController, IHasUniversalID
Constructors
HarvestOrHunt()
Declaration
Properties
ChopperUserID
Declaration
public int ChopperUserID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DamagedOrDestroyed
Declaration
public DamagedOrDestroyed DamagedOrDestroyed { get; set; }
Property Value
DestroyedByBlock
Declaration
public bool DestroyedByBlock { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HarvestedStacks
Declaration
public IEnumerable<ItemStack> HarvestedStacks { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<ItemStack> |
|
Species
Declaration
[CanAutoAssign]
public Type Species { get; set; }
Property Value
Type |
Description |
System.Type |
|
Implements
Extension Methods