This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dragengine:modules:dragonscript:behavior_actormover [2025/05/04 10:53] – dragonlord | dragengine:modules:dragonscript:behavior_actormover [2025/05/11 13:10] (current) – dragonlord | ||
|---|---|---|---|
| Line 157: | Line 157: | ||
| </ | </ | ||
| - | ===== actorMover.stop ===== | + | ===== actorMover.update |
| - | Stop moving. | + | Update actor mover. |
| + | |||
| + | ^Parameter^Value^Description^ | ||
| + | |stop| |Stop moving| | ||
| This is an example of using this action: | This is an example of using this action: | ||
| <code xml> | <code xml> | ||
| - | <action name=' | + | <action name=' |
| + | < | ||
| + | </action> | ||
| </ | </ | ||
| Line 180: | Line 185: | ||
| |speed.greater|float|Speed is greater than value m/s| | |speed.greater|float|Speed is greater than value m/s| | ||
| |paused|'' | |paused|'' | ||
| + | |wait| |If present action returns BTResult.running instead of BTResult.failed to wait until the checks are all fulfilled| | ||
| This is an example of using this action: | This is an example of using this action: | ||