Class PartsInventoryRestriction
Inheritance
System.Object
PartsInventoryRestriction
Assembly: Eco.Gameplay.dll
Syntax
public class PartsInventoryRestriction : InventoryRestriction
Constructors
PartsInventoryRestriction()
Declaration
public PartsInventoryRestriction()
Fields
PartsComponent
Declaration
public PartsComponent PartsComponent
Field Value
Properties
Message
Declaration
public override LocString Message { get; }
Property Value
Overrides
Methods
MaxAccepted(RestrictionCheckData, Item, Int32)
Declaration
public override int MaxAccepted(RestrictionCheckData checkData, Item item, int currentQuantity)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Overrides
MaxPickup(RestrictionCheckData, Item, Int32)
Declaration
public override int MaxPickup(RestrictionCheckData checkData, Item item, int currentQuantity)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Overrides
Extension Methods