RPGLockUnlockAction.lockInteractions
public bool lockInteractions { get; set; }Description#
Get/Set interaction lock state
Usage#
Example
using NullSave.GDTKusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(RPGLockUnlockAction target) { bool result = target.lockInteractions; } }