ItemTooltipClient.parameters
public Object[] parameters { get; }Description#
Gets/Sets any parameters for the tooltip
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(ItemTooltipClient target) { System.Object[] result = target.parameters; } }