This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
dragengine:modules:dragonscript:behavior_conversationactor [2025/03/13 17:11] – dragonlord | dragengine:modules:dragonscript:behavior_conversationactor [2025/05/09 23:13] (current) – dragonlord | ||
---|---|---|---|
Line 120: | Line 120: | ||
This behavior adds these behavior tree actions. | This behavior adds these behavior tree actions. | ||
+ | |||
+ | ===== conversationActor.update ===== | ||
+ | |||
+ | Update conversation actor. | ||
+ | |||
+ | ^Parameter^Value^Description^ | ||
+ | |locomotion| |Update playback changing locomotion| | ||
+ | |clearAllPlayback| |Clear all playback after adding to game world or spawning| | ||
+ | |applyAnimations| |Apply animations| | ||
+ | |||
+ | This is an example of using this action: | ||
+ | <code xml> | ||
+ | <action name=' | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
====== Behavior Tree Conditions ====== | ====== Behavior Tree Conditions ====== |