Show / Hide Table of Contents

Class ItemModifiers

Inheritance
System.Object
ItemModifiers
Namespace: Eco.Gameplay.Items
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
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾