On this pageItemHasActionTrigger.TriggerActionDeclaration#public void TriggerAction()CopyDescription#Trigger the default actionUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ItemHasActionTrigger target) { target.TriggerAction(); } }Copy