On this pageTransferWindowUI.TakeAllDeclaration#public void TakeAll()CopyDescription#Take all items from otherUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(TransferWindowUI target) { target.TakeAll(); } }Copy