User Tools

Site Tools


dragengine:modules:dragonscript:behavior_behaviortreeflags

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dragengine:modules:dragonscript:behavior_behaviortreeflags [2025/03/12 15:39] – created dragonlorddragengine:modules:dragonscript:behavior_behaviortreeflags [2025/03/13 18:32] (current) – [ECBehaviorBehaviorTreeFlags] dragonlord
Line 1: Line 1:
 {{tag>dragonscript behavior}} {{tag>dragonscript behavior}}
 <WRAP youarehere> <WRAP youarehere>
-[[:start|Start Page]] >> [[main|DragonScript Scripting Language]] >> [[abstractions#behavior_elementsquick_and_easy_development|Behavior Elements: Quick and Easy Development]] >> **ECBehaviorBehaviorTreeFlags**+[[:start|Start Page]] >> [[main|DragonScript Scripting Language]] >> [[dragengine:modules:dragonscript:abstractions|Abstraction Layers: How you want to build your Game]] >> [[dragengine:modules:dragonscript:behavior_elements|Behavior Elements]] >> **ECBehaviorBehaviorTreeFlags**
 </WRAP> </WRAP>
  
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:modules:dragonscript:behaviortrees|Behavior Trees]]
  
 ====== Instance Counts ====== ====== Instance Counts ======
Line 19: Line 22:
 ====== Element Class Properties ====== ====== Element Class Properties ======
  
-Element class properties have the prefix ''behaviorTreeFlags.'' .+Element class properties have the prefix ''behaviorTreeFlags.''  or ''behaviorTreeFlags({id}).'' if id is not empty.
  
 ====== 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]]
  
dragengine/modules/dragonscript/behavior_behaviortreeflags.1741793968.txt.gz · Last modified: 2025/03/12 15:39 by dragonlord