BTCheckVar
Inherits: BTCondition < BTTask < BT
BT condition that checks a variable on the blackboard.
Description
BTCheckVar evaluates the variable against value and returns SUCCESS or FAILURE based on the check_type.
Properties
|
||
|
|
Property Descriptions
The type of check to be performed.
A parameter that specifies the value against which the variable will be compared.
StringName variable = &"" 🔗
void set_variable(value:
StringName)StringNameget_variable()
The name of the variable to check its value.