mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Documentation
This commit is contained in:
parent
a0250cfdc4
commit
9e881530d8
@ -8,16 +8,16 @@
|
|||||||
--
|
--
|
||||||
-- 1.1) MESSAGE construction methods
|
-- 1.1) MESSAGE construction methods
|
||||||
-- ---------------------------------
|
-- ---------------------------------
|
||||||
-- Messages are created with MESSAGE:@{New}. Note that when the MESSAGE object is created, no message is sent yet.
|
-- Messages are created with @{Message#MESSAGE.New}. Note that when the MESSAGE object is created, no message is sent yet.
|
||||||
-- To send messages, you need to use the To functions.
|
-- To send messages, you need to use the To functions.
|
||||||
--
|
--
|
||||||
-- 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#MESSAGE.ToClient}.
|
||||||
-- * Coalitions with MESSAGE:@{ToCoalition}().
|
-- * Coalitions with @{Message#MESSAGE.ToCoalition}.
|
||||||
-- * All Players with MESSAGE:@{ToAll}().
|
-- * All Players with @{Message#MESSAGE.ToAll}.
|
||||||
--
|
--
|
||||||
-- @module Message
|
-- @module Message
|
||||||
-- @author FlightControl
|
-- @author FlightControl
|
||||||
|
|||||||
@ -81,16 +81,16 @@ Messages are shown on the display panel for an amount of seconds, and will then
|
|||||||
Messages can contain a category which is indicating the category of the message.</p>
|
Messages can contain a category which is indicating the category of the message.</p>
|
||||||
|
|
||||||
<h2>1.1) MESSAGE construction methods</h2>
|
<h2>1.1) MESSAGE construction methods</h2>
|
||||||
<p>Messages are created with MESSAGE:<a href="New.html">New</a>. Note that when the MESSAGE object is created, no message is sent yet.
|
<p>Messages are created with <a href="Message.html##(MESSAGE).New">Message#MESSAGE.New</a>. Note that when the MESSAGE object is created, no message is sent yet.
|
||||||
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>
|
<p>Messages are sent to:</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Clients with MESSAGE:<a href="ToClient.html">ToClient</a>().</li>
|
<li>Clients with <a href="Message.html##(MESSAGE).ToClient">Message#MESSAGE.ToClient</a>.</li>
|
||||||
<li>Coalitions with MESSAGE:<a href="ToCoalition.html">ToCoalition</a>().</li>
|
<li>Coalitions with <a href="Message.html##(MESSAGE).ToCoalition">Message#MESSAGE.ToCoalition</a>.</li>
|
||||||
<li>All Players with MESSAGE:<a href="ToAll.html">ToAll</a>().
|
<li>All Players with <a href="Message.html##(MESSAGE).ToAll">Message#MESSAGE.ToAll</a>.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user