AttachAction.preventAutoAttach
public bool preventAutoAttach { get; set; }Description#
Get/Set if auto-attachment should be prevented
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(AttachAction target) { bool result = target.preventAutoAttach; } }