This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dragengine:modules:dragonscript:behavior_avoidcollision [2025/05/04 23:16] – dragonlord | dragengine:modules:dragonscript:behavior_avoidcollision [2025/05/11 13:14] (current) – [avoidCollision.set] dragonlord | ||
---|---|---|---|
Line 41: | Line 41: | ||
===== avoidCollision.set ===== | ===== avoidCollision.set ===== | ||
- | Set one or more force field parameters. | + | Set one or more avoid collision |
^Parameter^Value^Description^ | ^Parameter^Value^Description^ | ||
Line 54: | Line 54: | ||
</ | </ | ||
- | ===== avoidCollision.stop ===== | + | ===== avoidCollision.update |
- | Stop avoiding collision. | + | Update avoid collision. |
+ | |||
+ | ^Parameter^Value^Description^ | ||
+ | |stop| |Stop avoiding collision| | ||
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> | ||
</ | </ | ||