On this pageEquipAction.isActionpublic bool isAction { get; }CopyDescription#Gets if the plugin is an actionUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(EquipAction target) { bool result = target.isAction; } }Copy