GDTKItemStat.valueExpression
public string valueExpression { get; }Description#
Get the string expression driving the value
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(GDTKItemStat target) { string result = target.valueExpression; } }