Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-10-30 17:06:25 +00:00
parent 622471e7a3
commit 64047f8e5b
38 changed files with 908 additions and 604 deletions

View File

@@ -2388,7 +2388,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<ul>
<li>First, you need to **"add a <a href="##(RADIO)">#RADIO</a> object** to your <a href="Wrapper.Positionable.html##(POSITIONABLE)">Wrapper.Positionable#POSITIONABLE</a>. This is done using the <a href="Wrapper.Positionable.html##(POSITIONABLE).GetRadio">Wrapper.Positionable#POSITIONABLE.GetRadio</a>() function,</li>
<li>Then, you will <strong>set the relevant parameters</strong> to the transmission (see below),</li>
<li>When done, you can actually <strong>broadcast the transmission</strong> (i.e. play the sound) with the <a href="RADIO.Broadcast.html">RADIO.Broadcast</a>() function.</li>
<li>When done, you can actually <strong>broadcast the transmission</strong> (i.e. play the sound) with the <a href="##(RADIO).Broadcast">RADIO.Broadcast</a>() function.</li>
</ul>
<p>Methods to set relevant parameters for both a <a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a> or a <a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a> or any other <a href="Wrapper.Positionable.html##(POSITIONABLE)">Wrapper.Positionable#POSITIONABLE</a></p>