This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dragengine:modules:dragonscript:behavior_actortransmission [2025/05/04 13:30] – dragonlord | dragengine:modules:dragonscript:behavior_actortransmission [2025/05/11 13:12] (current) – [actorTransmission.transmission] dragonlord | ||
---|---|---|---|
Line 76: | Line 76: | ||
</ | </ | ||
- | ===== actorTransmission.transmission | + | ===== actorTransmission.update |
- | Start transmissions. | + | Update transmission. |
^Parameter^Value^Description^ | ^Parameter^Value^Description^ | ||
Line 90: | Line 90: | ||
This is an example of using this action: | This is an example of using this action: | ||
<code xml> | <code xml> | ||
- | <action name=' | + | <action name=' |
< | < | ||
< | < | ||
Line 108: | Line 108: | ||
|remainingDisplayTime.less|float|Remaining part display time is less than value seconds| | |remainingDisplayTime.less|float|Remaining part display time is less than value seconds| | ||
|remainingDisplayTime.greater|float|Remaining part display time is greater than value seconds| | |remainingDisplayTime.greater|float|Remaining part display time is greater than value seconds| | ||
+ | |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: |