Skip to main content

InventoryCollisionDamage.instanceId

public string instanceId { get; }

Description#

Gets the id associated with the damage dealer

Usage#

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