On this pageInventoryRPGTrappedAction.DisarmDeclaration#public void Disarm()CopyDescription#Disarm trap on the objectUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(InventoryRPGTrappedAction target) { target.Disarm(); } } Copy