This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| dragengine:modules:dragonscript:behavior_actormover [2025/05/11 10:59] – dragonlord | dragengine:modules:dragonscript:behavior_actormover [2025/05/11 13:10] (current) – dragonlord | ||
|---|---|---|---|
| Line 149: | Line 149: | ||
| |speed|float|Movement speed in m/s| | |speed|float|Movement speed in m/s| | ||
| |paused|'' | |paused|'' | ||
| - | |stop| |Stop moving| | ||
| This is an example of using this action: | This is an example of using this action: | ||
| Line 155: | Line 154: | ||
| <action name=' | <action name=' | ||
| < | < | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ===== actorMover.update ===== | ||
| + | |||
| + | Update actor mover. | ||
| + | |||
| + | ^Parameter^Value^Description^ | ||
| + | |stop| |Stop moving| | ||
| + | |||
| + | This is an example of using this action: | ||
| + | <code xml> | ||
| + | <action name=' | ||
| + | < | ||
| </ | </ | ||
| </ | </ | ||