SocketWindowUI.DetachSelectedItem
Declaration#
public void DetachSelectedItem()Description#
Detach the item from the selected socket
Usage#
using NullSave.GDTK.Inventory;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(SocketWindowUI target) { target.DetachSelectedItem(); }
}