Inventory.totalFundsWeight
public float totalFundsWeight { get; }Description#
Gets the total weight of all non-premium funds
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(Inventory target) { float result = target.totalFundsWeight; } }