mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Message documentation
This commit is contained in:
@@ -85,11 +85,14 @@ Messages can contain a category which is indicating the category of the message.
|
||||
To send messages, you need to use the To functions.</p>
|
||||
|
||||
<h2>1.2) Send messages with MESSAGE To methods</h2>
|
||||
<p>Messages are sent to:
|
||||
* Clients with MESSAGE:<a href="ToClient.html">ToClient</a>().
|
||||
* Coalitions with MESSAGE:<a href="ToCoalition.html">ToCoalition</a>().
|
||||
* All Players with MESSAGE:<a href="ToAll.html">ToAll</a>().
|
||||
</p>
|
||||
<p>Messages are sent to:</p>
|
||||
|
||||
<ul>
|
||||
<li>Clients with MESSAGE:<a href="ToClient.html">ToClient</a>().</li>
|
||||
<li>Coalitions with MESSAGE:<a href="ToCoalition.html">ToCoalition</a>().</li>
|
||||
<li>All Players with MESSAGE:<a href="ToAll.html">ToAll</a>().
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>Global(s)</h2>
|
||||
<table class="function_list">
|
||||
|
||||
Reference in New Issue
Block a user