Skip to main content

GDTKStatProxy.instanceId

public string instanceId { get; }

Description#

Get if this object has been initialized

Usage#

Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(GDTKStatProxy target)    {        string result = target.instanceId;    }   }