On this pageGDTKStatProxy.valueModifierpublic float valueModifier { get; }CopyDescription#Get the total modifiers of valueUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKStatProxy target) { float result = target.valueModifier; } }Copy