This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dragengine:modules:dragonscript:behavior_footsteps [2025/07/26 00:22] – [footSteps.set] dragonlord | dragengine:modules:dragonscript:behavior_footsteps [2025/07/26 00:43] (current) – [Behavior Tree Actions] dragonlord | ||
---|---|---|---|
Line 36: | Line 36: | ||
Configuration changed. | Configuration changed. | ||
+ | |||
+ | ====== Conversation Commands ====== | ||
+ | |||
+ | This behavior adds these conversation commands. | ||
+ | |||
+ | ===== footSteps ===== | ||
+ | |||
+ | Control footstep behavior. The following syntax is supported: | ||
+ | |||
+ | '' | ||
+ | |||
+ | Play footstep sound using configuration. Event is either " | ||
+ | |||
+ | ^Parameter^Description^ | ||
+ | |configuration|Identifier of configuration to play footstep from.| | ||
+ | |event|Index of event to play. Has to be in the range from '' | ||
+ | |||
+ | ====== Conversation Conditions ====== | ||
+ | |||
+ | This behavior adds no conversation conditions. | ||
====== Behavior Tree Actions ====== | ====== Behavior Tree Actions ====== | ||
Line 56: | Line 76: | ||
</ | </ | ||
- | ===== footSteps.update ===== | ||
- | |||
- | Update footsteps. | ||
- | |||
- | ^Parameter^Value^Description^ | ||
- | |footStep|string|Play footstep using configuration matching value identifier.| | ||
- | |footStep.event|int, | ||
- | |||
- | This is an example of using this action to play a single footstep from the configuration '' | ||
- | <code xml> | ||
- | <action name=' | ||
- | < | ||
- | < | ||
- | </ | ||
- | </ | ||
===== footSteps.check ===== | ===== footSteps.check ===== |