Message documentation

This commit is contained in:
FlightControl 2016-06-09 13:01:18 +02:00
parent cf80a89af0
commit a0250cfdc4
2 changed files with 9 additions and 5 deletions

View File

@ -14,6 +14,7 @@
-- 1.2) Send messages with MESSAGE To methods
-- ------------------------------------------
-- Messages are sent to:
--
-- * Clients with MESSAGE:@{ToClient}().
-- * Coalitions with MESSAGE:@{ToCoalition}().
-- * All Players with MESSAGE:@{ToAll}().

View File

@ -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">