On this pageRecipeUI.canCraftpublic bool canCraft { get; }CopyDescription#Gets if the recipe can be craftedUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RecipeUI target) { bool result = target.canCraft; } }Copy