User Tools

Site Tools


dragengine:modules:dragonscript:behavior_actormover

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dragengine:modules:dragonscript:behavior_actormover [2025/05/04 10:53] dragonlorddragengine:modules:dragonscript:behavior_actormover [2025/05/11 13:10] (current) dragonlord
Line 157: Line 157:
 </code> </code>
  
-===== 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='actorMover.stop'/>+<action name='actorMover.update'> 
 +  <parameter name='stop'/
 +</action>
 </code> </code>
  
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|''true'', ''false''|Moving is paused| |paused|''true'', ''false''|Moving is 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:
dragengine/modules/dragonscript/behavior_actormover.1746356031.txt.gz · Last modified: 2025/05/04 10:53 by dragonlord