Update docs

This commit is contained in:
Sardelka
2022-07-02 18:32:49 +08:00
parent e0c96cc200
commit f47f0570f9
10 changed files with 29 additions and 30 deletions

View File

@ -306,7 +306,7 @@
<tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="RageCoop.Server.Scripting.CommandContext.html">CommandContext</a>&gt;</td>
<td><span class="parametername">callback</span></td>
<td><p>Create a new function!</p>
<td><p>A callback to invoke when the command received.</p>
</td>
</tr>
</tbody>
@ -353,7 +353,7 @@
<tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="RageCoop.Server.Scripting.CommandContext.html">CommandContext</a>&gt;</td>
<td><span class="parametername">callback</span></td>
<td><p>Create a new function!</p>
<td><p>A callback to invoke when the command received.</p>
</td>
</tr>
</tbody>
@ -444,7 +444,7 @@
<tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="RageCoop.Server.Scripting.CustomEventReceivedArgs.html">CustomEventReceivedArgs</a>&gt;</td>
<td><span class="parametername">handler</span></td>
<td><p>An handler to be invoked when the event is received from the server. This will be invoked from main thread.</p>
<td><p>An handler to be invoked when the event is received from the server.</p>
</td>
</tr>
</tbody>
@ -555,7 +555,7 @@
<tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a>&gt;</td>
<td><span class="parametername">args</span></td>
<td><p>The objects conataing your data, supported types: byte, short, ushort, int, uint, long, ulong, float, bool, string.</p>
<td><p>The objects conataing your data, see <a class="xref" href="RageCoop.Server.Scripting.CustomEventReceivedArgs.html#RageCoop_Server_Scripting_CustomEventReceivedArgs_Args">Args</a> for supported types.</p>
</td>
</tr>
<tr>
@ -596,7 +596,7 @@
<tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a>&gt;</td>
<td><span class="parametername">args</span></td>
<td><p>The objects conataing your data, supported types: byte, short, ushort, int, uint, long, ulong, float, bool, string.</p>
<td><p>See <a class="xref" href="RageCoop.Server.Scripting.CustomEventReceivedArgs.html">CustomEventReceivedArgs</a> for a list of supported types.</p>
</td>
</tr>
<tr>