On this pageBlackboardOtherValue.isTruepublic bool isTrue { get; set; }CopyDescription#Get if condition is trueUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(BlackboardOtherValue target) { bool result = target.isTrue; } }Copy