BTProbability
Inherits: BTDecorator < BTTask < BT
BT decorator that executes its child task with a given probability.
Description
BTProbability executes its child task with a given probability defined by run_chance.
Returns the result of the child task if it was executed; otherwise, it returns FAILURE.
Properties
|
|
Property Descriptions
float run_chance = 0.5 🔗
void set_run_chance(value:
float)floatget_run_chance()
Probability that defines how likely the child task will be executed.