User Tools

Site Tools


dragengine:modules:dragonscript:behavior_actortransmission

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_actortransmission [2025/05/04 13:30] dragonlorddragengine:modules:dragonscript:behavior_actortransmission [2025/05/11 13:12] (current) – [actorTransmission.transmission] dragonlord
Line 76: Line 76:
 </code> </code>
  
-===== 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='actorTransmission.set'>+<action name='actorTransmission.update'>
   <parameter name='clear'/>   <parameter name='clear'/>
   <parameter name='text'>Text shown to the player in a transmission box.</parameter>   <parameter name='text'>Text shown to the player in a transmission box.</parameter>
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:
dragengine/modules/dragonscript/behavior_actortransmission.1746365456.txt.gz · Last modified: 2025/05/04 13:30 by dragonlord