AddItemResult.refusingPlugin
public string refusingPlugin { get; }Description#
Gets the name of the plugin that make the refusal
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(AddItemResult target) { string result = target.refusingPlugin; } }