MerchantItemTooltipClient.showable
public bool showable { get; }Description#
Gets if the tooltip can be shown
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(MerchantItemTooltipClient target) { bool result = target.showable; } }