This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dragengine:modules:dragonscript:behavior_conversationactor [2025/03/13 17:11] – dragonlord | dragengine:modules:dragonscript:behavior_conversationactor [2025/05/11 18:16] (current) – [conversationActor.update] 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| | ||
| + | |headLookAt.clear| |Clear current look-at state allowing the actor to take over control| | ||
| + | |applyAnimations| |Apply animations| | ||
| + | |||
| + | This is an example of using this action: | ||
| + | <code xml> | ||
| + | <action name=' | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| ====== Behavior Tree Conditions ====== | ====== Behavior Tree Conditions ====== | ||