mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-27 17:19:31 +00:00
ecs: implement skip lists
This commit is contained in:
parent
0ea6117af9
commit
bd28610ff4
14 changed files with 936 additions and 639 deletions
|
|
@ -238,6 +238,10 @@ end
|
|||
<td class="summary">Set the state of this input and its children to a neutral position (i.e.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#Input:set">Input:set (...)</a></td>
|
||||
<td class="summary">Manually set the state of this input.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#Input:setJoystick">Input:setJoystick (joystick)</a></td>
|
||||
<td class="summary">Set the joystick associated with this input.</td>
|
||||
</tr>
|
||||
|
|
@ -1181,6 +1185,31 @@ player.fire.event:bind(<span class="string">"pressed"</span>, <span class="keywo
|
|||
|
||||
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "Input:set"></a>
|
||||
<strong>Input:set (...)</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
Manually set the state of this input.
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<h3>Parameters:</h3>
|
||||
<ul>
|
||||
<li><span class="parameter">...</span>
|
||||
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "Input:setJoystick"></a>
|
||||
|
|
@ -1694,7 +1723,7 @@ player.fire.event:bind(<span class="string">"pressed"</span>, <span class="keywo
|
|||
</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-07 12:40:59 </i>
|
||||
<i style="float:right;">Last updated 2022-10-11 19:12:05 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue