GDTKStatValue.modifierTotal
public Double modifierTotal { get; set; }Description#
Gets/Sets the total value of all applied modifiers
Usage#
Example
using NullSave.GDTK.Stats;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(GDTKStatValue target) { double result = target.modifierTotal; }
}