communityapi:ebf:random_boolean
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
- Type:
BEHAVIOR_TREE_DATA_FLOAT
communityapi/ebf/random_boolean.txt · Last modified: 2021/11/03 19:17 by minotorious