This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dragengine:modules:dragonscript:behavior_behaviortreeflags [2025/03/12 15:39] – created dragonlord | dragengine:modules:dragonscript:behavior_behaviortreeflags [2025/03/13 18:32] (current) – [ECBehaviorBehaviorTreeFlags] dragonlord | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{tag> | {{tag> | ||
<WRAP youarehere> | <WRAP youarehere> | ||
- | [[: | + | [[: |
</ | </ | ||
Line 12: | Line 12: | ||
Behavior adds behavior tree actions and conditions to an ECBehaviorBehaviorTree allowing scripts and behavior trees to set, clear and check flags. | Behavior adds behavior tree actions and conditions to an ECBehaviorBehaviorTree allowing scripts and behavior trees to set, clear and check flags. | ||
+ | |||
+ | See also: | ||
+ | * [[dragengine: | ||
====== Instance Counts ====== | ====== Instance Counts ====== | ||
Line 19: | Line 22: | ||
====== Element Class Properties ====== | ====== Element Class Properties ====== | ||
- | Element class properties have the prefix '' | + | Element class properties have the prefix '' |
====== Events ====== | ====== Events ====== | ||
Line 26: | Line 29: | ||
====== Behavior Tree Actions ====== | ====== Behavior Tree Actions ====== | ||
+ | |||
+ | This behavior adds these behavior tree actions. | ||
===== flags.set ===== | ===== flags.set ===== | ||
Line 82: | Line 87: | ||
====== Behavior Tree Conditions ====== | ====== Behavior Tree Conditions ====== | ||
+ | |||
+ | This behavior adds these behavior tree conditions. | ||
===== flags.state ===== | ===== flags.state ===== | ||
Line 106: | Line 113: | ||
====== Required Behaviors ====== | ====== Required Behaviors ====== | ||
- | This behavior requires these other behaviors: | ||
* [[behavior_behaviortree|ECBehaviorBehaviorTree]] | * [[behavior_behaviortree|ECBehaviorBehaviorTree]] | ||