On this pageDropAction.actionKeyspublic String[] actionKeys { get; }CopyDescription#Action keys the plugin responds toUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(DropAction target) { System.String[] result = target.actionKeys; } }Copy