MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-04-28 15:20:29 +00:00
parent c5041ce336
commit 694d5b2794
35 changed files with 863 additions and 857 deletions

View File

@@ -1517,8 +1517,10 @@ Controls a network of short range air/missile defense groups.</p>
<li>Send message to all players.</li>
<li>Send messages to a coalition.</li>
<li>Send messages to a specific group.</li>
<li>Send messages to a specific unit or client.</li>
</ul>
<hr/>
@@ -1558,6 +1560,7 @@ To send messages, you need to use the To functions.</p>
<ul>
<li>To a <a href="Client.html">Client</a> using <a href="##(MESSAGE).ToClient">MESSAGE.ToClient</a>().</li>
<li>To a <a href="Wrapper.Group.html">Wrapper.Group</a> using <a href="##(MESSAGE).ToGroup">MESSAGE.ToGroup</a>()</li>
<li>To a <a href="Wrapper.Unit.html">Wrapper.Unit</a> using <a href="##(MESSAGE).ToUnit">MESSAGE.ToUnit</a>()</li>
<li>To a coalition using <a href="##(MESSAGE).ToCoalition">MESSAGE.ToCoalition</a>().</li>
<li>To the red coalition using <a href="##(MESSAGE).ToRed">MESSAGE.ToRed</a>().</li>
<li>To the blue coalition using <a href="##(MESSAGE).ToBlue">MESSAGE.ToBlue</a>().</li>