User Tools

Site Tools


dragengine:modules:dragonscript:behavior_actoranimated

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_actoranimated [2025/05/08 19:31] dragonlorddragengine:modules:dragonscript:behavior_actoranimated [2025/05/11 13:10] (current) – [actorAnimated.update] dragonlord
Line 76: Line 76:
 |controller.value.upper|float|Set current value of controller ''controller.name'' to upper value| |controller.value.upper|float|Set current value of controller ''controller.name'' to upper value|
 |controller.value.reverse| |Reverse current value of controller ''controller.name''. Hence upper becomes lower and vice versa| |controller.value.reverse| |Reverse current value of controller ''controller.name''. Hence upper becomes lower and vice versa|
-|notifyControllersChanged|float, ''eventParam''|Notify all listeners controllers changed.| 
-|apply| |Apply animator. This starts the asynchronous process of applying the animator without waiting until it is finished. Waiting is done automatically whenever actions require the result.| 
  
 This is an example of using this action: This is an example of using this action:
Line 83: Line 81:
 <action name='actorAnimated.set'> <action name='actorAnimated.set'>
   <parameter name='animator'>open door</parameter>   <parameter name='animator'>open door</parameter>
 +</action>
 +</code>
 +
 +===== actorAnimated.update =====
 +
 +Update actor animated.
 +
 +^Parameter^Value^Description^
 +|notifyControllersChanged| |Notify all listeners controllers changed.|
 +|apply| |Apply animator. This starts the asynchronous process of applying the animator without waiting until it is finished. Waiting is done automatically whenever actions require the result.|
 +
 +This is an example of using this action:
 +<code xml>
 +<action name='actorAnimated.update'>
 +  <parameter name='apply'/>
 </action> </action>
 </code> </code>
dragengine/modules/dragonscript/behavior_actoranimated.1746732711.txt.gz · Last modified: 2025/05/08 19:31 by dragonlord