InWorldContainer.totalWeight
public float totalWeight { get; }
#
DescriptionGets the total weight of all items and funds
#
UsageExample
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(InWorldContainer target) { float result = target.totalWeight; } }