On this pageTransferWindowUI.SwapStateDeclaration#public void SwapState()CopyDescription#Toggle between store (player) and take (other) modesUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(TransferWindowUI target) { target.SwapState(); } }Copy