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:
parent
cf80a89af0
commit
a0250cfdc4
@ -14,6 +14,7 @@
|
|||||||
-- 1.2) Send messages with MESSAGE To methods
|
-- 1.2) Send messages with MESSAGE To methods
|
||||||
-- ------------------------------------------
|
-- ------------------------------------------
|
||||||
-- Messages are sent to:
|
-- Messages are sent to:
|
||||||
|
--
|
||||||
-- * Clients with MESSAGE:@{ToClient}().
|
-- * Clients with MESSAGE:@{ToClient}().
|
||||||
-- * Coalitions with MESSAGE:@{ToCoalition}().
|
-- * Coalitions with MESSAGE:@{ToCoalition}().
|
||||||
-- * All Players with MESSAGE:@{ToAll}().
|
-- * All Players with MESSAGE:@{ToAll}().
|
||||||
|
|||||||
@ -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>
|
To send messages, you need to use the To functions.</p>
|
||||||
|
|
||||||
<h2>1.2) Send messages with MESSAGE To methods</h2>
|
<h2>1.2) Send messages with MESSAGE To methods</h2>
|
||||||
<p>Messages are sent to:
|
<p>Messages are sent to:</p>
|
||||||
* Clients with MESSAGE:<a href="ToClient.html">ToClient</a>().
|
|
||||||
* Coalitions with MESSAGE:<a href="ToCoalition.html">ToCoalition</a>().
|
<ul>
|
||||||
* All Players with MESSAGE:<a href="ToAll.html">ToAll</a>().
|
<li>Clients with MESSAGE:<a href="ToClient.html">ToClient</a>().</li>
|
||||||
</p>
|
<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>
|
<h2>Global(s)</h2>
|
||||||
<table class="function_list">
|
<table class="function_list">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user