Table of Contents

RANDOM_BOOLEAN

Category: Behavior Tree Node
Mod Dependency: Foundation EBF

Parent class: NODE_LEAF

The node generates a randomly distributed random float between 0 and 100 and checks if it is smaller than the provided probability. If yes returns true else returns false.

It is meant to be used as a way of stopping a SEQUENCER branch from executing further nodes if the probability check fails.

Properties


Probability