AddItemResult.countRefused
public Int32 countRefused { get; }Description#
Gets the number of the item was was refused
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(AddItemResult target) { System.Int32 result = target.countRefused; } }