On this pageEquipSlotTrigger.PerformActionsDeclaration#public void PerformActions()CopyDescription#Peform actions in 'Match Actions'Usage#Exampleusing NullSave.GDTK.Inventory;using UnityEngine;public class Example : MonoBehaviour{ public void ExampleMethod(EquipSlotTrigger target) { target.PerformActions(); }}Copy