User Tools

Site Tools


dragengine:modules:dragonscript:behavior_grabber

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
dragengine:modules:dragonscript:behavior_grabber [2025/05/11 11:09] dragonlorddragengine:modules:dragonscript:behavior_grabber [2025/05/11 13:27] (current) – [grabber.set] dragonlord
Line 88: Line 88:
 ^Parameter^Value^Description^ ^Parameter^Value^Description^
 |enabled|''true'', ''false''|Grabber is enabled| |enabled|''true'', ''false''|Grabber is enabled|
-|release| |Release grab spot if grabbing one.| 
-|interactElement.assign|string|Assign grab spot element to [[behavior_interactelement|ECBehaviorInteractElement]] with identifier matching value string. Action fails if no element is grabbed or interact element behavior is absent| 
  
 This is an example of using this action: This is an example of using this action:
Line 95: Line 93:
 <action name='grabber.set'> <action name='grabber.set'>
   <parameter name='enabled'>true</parameter>   <parameter name='enabled'>true</parameter>
 +</action>
 +</code>
 +
 +===== grabber.update =====
 +
 +Update grabber.
 +
 +^Parameter^Value^Description^
 +|release| |Release grab spot if grabbing one.|
 +|interactElement.assign|string|Assign grab spot element to [[behavior_interactelement|ECBehaviorInteractElement]] with identifier matching value string. Action fails if no element is grabbed or interact element behavior is absent|
 +
 +This is an example of using this action:
 +<code xml>
 +<action name='grabber.update'>
 +  <parameter name='release'/>
 </action> </action>
 </code> </code>
dragengine/modules/dragonscript/behavior_grabber.txt · Last modified: 2025/05/11 13:27 by dragonlord