Class ItemModifiers
Inheritance
System.Object
ItemModifiers
Assembly: Eco.Gameplay.dll
Syntax
public static class ItemModifiers : Object
Properties
FuelEfficiencyMultiplier
Declaration
public static float FuelEfficiencyMultiplier { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
StackSizeModifier
Declaration
public static float StackSizeModifier { set; }
Property Value
| Type |
Description |
| System.Single |
|
WeightModifier
Declaration
public static float WeightModifier { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Methods
ApplyStackSizeModifier(Int32)
Declaration
public static int ApplyStackSizeModifier(int size)
Parameters
| Type |
Name |
Description |
| System.Int32 |
size |
|
Returns
| Type |
Description |
| System.Int32 |
|