RecipeComponentUI.countAvailable
public Int32 countAvailable { get; }Description#
Gets the number of this component available in the Inventory
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(RecipeComponentUI target) { System.Int32 result = target.countAvailable; } }