InWorldContainer.displayName
public string displayName { get; set; }
#
DescriptionName of the creature or object attached
#
UsageExample
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(InWorldContainer target) { string result = target.displayName; } }