CraftingQueueUIListDisplay.ClearItems
Declaration#
public virtual void ClearItems()Description#
Clear all items from the list
Usage#
using NullSave.GDTK.Inventory;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(CraftingQueueUIListDisplay target) { target.ClearItems(); }
}