On this pageRPGAction.lockInteractionspublic bool lockInteractions { get; set; }CopyDescription#Get/Set interaction lock stateUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RPGAction target) { bool result = target.lockInteractions; } }Copy