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