Deploying to gh-pages from @ Keyslam-Group/Concord@a80077276d 🚀

This commit is contained in:
pablomayobre 2023-02-15 01:21:05 +00:00
parent a09aa91a13
commit 2a34adcf0f
12 changed files with 523 additions and 125 deletions

View file

@ -47,8 +47,8 @@
<ul class="nowrap">
<li><a href="../classes/Component.html">Component</a></li>
<li><a href="../classes/Entity.html">Entity</a></li>
<li><a href="../classes/Filter.html">Filter</a></li>
<li><a href="../classes/List.html">List</a></li>
<li><a href="../classes/Pool.html">Pool</a></li>
<li><a href="../classes/System.html">System</a></li>
<li><a href="../classes/World.html">World</a></li>
</ul>
@ -69,6 +69,10 @@
<td class="summary">Returns true if the containter has the ComponentClass with the specified name</td>
</tr>
<tr>
<td class="name" nowrap><a href="#reject">reject (name)</a></td>
<td class="summary">Prefix a component's name with the currently set Reject Prefix</td>
</tr>
<tr>
<td class="name" nowrap><a href="#try">try (name)</a></td>
<td class="summary">Returns true and the ComponentClass if one was registered with the specified name
or false and an error otherwise</td>
@ -112,6 +116,33 @@
</dd>
<dt>
<a name = "reject"></a>
<strong>reject (name)</strong>
</dt>
<dd>
Prefix a component's name with the currently set Reject Prefix
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">name</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
Name of the ComponentClass to reject
</li>
</ul>
<h3>Returns:</h3>
<ol>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
</ol>
</dd>
<dt>
<a name = "try"></a>
@ -138,6 +169,9 @@
<li>
<span class="types"><a class="type" href="../classes/Component.html#">Component</a></span>
or error string</li>
<li>
<span class="types"><span class="type">true</span></span>
if acceptRejected was true and the name had the Reject Prefix, false otherwise.</li>
</ol>
@ -178,7 +212,7 @@
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-10-17 19:53:58 </i>
<i style="float:right;">Last updated 2023-02-15 01:21:04 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>

View file

@ -43,8 +43,8 @@
<ul class="nowrap">
<li><a href="../classes/Component.html">Component</a></li>
<li><a href="../classes/Entity.html">Entity</a></li>
<li><a href="../classes/Filter.html">Filter</a></li>
<li><a href="../classes/List.html">List</a></li>
<li><a href="../classes/Pool.html">Pool</a></li>
<li><a href="../classes/System.html">System</a></li>
<li><a href="../classes/World.html">World</a></li>
</ul>
@ -69,7 +69,7 @@
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-10-17 19:53:58 </i>
<i style="float:right;">Last updated 2023-02-15 01:21:04 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>

View file

@ -47,8 +47,8 @@
<ul class="nowrap">
<li><a href="../classes/Component.html">Component</a></li>
<li><a href="../classes/Entity.html">Entity</a></li>
<li><a href="../classes/Filter.html">Filter</a></li>
<li><a href="../classes/List.html">List</a></li>
<li><a href="../classes/Pool.html">Pool</a></li>
<li><a href="../classes/System.html">System</a></li>
<li><a href="../classes/World.html">World</a></li>
</ul>
@ -89,6 +89,10 @@
<td class="name" nowrap><a href="#Type.isWorld">Type.isWorld (t)</a></td>
<td class="summary">Returns if object is a World.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#Type.isFilter">Type.isFilter (t)</a></td>
<td class="summary">Returns if object is a Filter.</td>
</tr>
</table>
<br/>
@ -253,6 +257,32 @@
</dd>
<dt>
<a name = "Type.isFilter"></a>
<strong>Type.isFilter (t)</strong>
</dt>
<dd>
Returns if object is a Filter.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">t</span>
Object to check
</li>
</ul>
<h3>Returns:</h3>
<ol>
<span class="types"><span class="type">boolean</span></span>
</ol>
</dd>
</dl>
@ -261,7 +291,7 @@
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-10-17 19:53:58 </i>
<i style="float:right;">Last updated 2023-02-15 01:21:04 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>

View file

@ -47,8 +47,8 @@
<ul class="nowrap">
<li><a href="../classes/Component.html">Component</a></li>
<li><a href="../classes/Entity.html">Entity</a></li>
<li><a href="../classes/Filter.html">Filter</a></li>
<li><a href="../classes/List.html">List</a></li>
<li><a href="../classes/Pool.html">Pool</a></li>
<li><a href="../classes/System.html">System</a></li>
<li><a href="../classes/World.html">World</a></li>
</ul>
@ -143,7 +143,7 @@
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-10-17 19:53:58 </i>
<i style="float:right;">Last updated 2023-02-15 01:21:04 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>