Skip to content

Commit 4a0e18a

Browse files
authored
update to TEN 1.4
1 parent 7b96011 commit 4a0e18a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2951
-2890
lines changed

1 modules/Effects.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,6 @@ <h3>Parameters:</h3>
503503
</div> <!-- id="main" -->
504504
<div id="about">
505505
<i>generated by <a href="https://github.com/hispidence/TEN-LDoc">TEN-LDoc</a> (a fork of <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a>)</i>
506-
<i style="float:right;">Last updated 2024-01-07 13:18:42 </i>
507506
</div> <!-- id="about" -->
508507
</div> <!-- id="container" -->
509508
</body>

1 modules/Flow.html

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,14 @@ <h2><a href="#gameflow_lua_or_level_scripts">gameflow.lua or level scripts </a><
195195
<td class="name" ><a href="#SetTotalSecretCount">SetTotalSecretCount(total)</a></td>
196196
<td class="summary">Total number of secrets in game.</td>
197197
</tr>
198+
<tr>
199+
<td class="name" ><a href="#FlipMap">FlipMap(flipmap)</a></td>
200+
<td class="summary">Do FlipMap with specific group ID.</td>
201+
</tr>
202+
<tr>
203+
<td class="name" ><a href="#GetFlipMapStatus">GetFlipMapStatus([index])</a></td>
204+
<td class="summary">Get current FlipMap status for specific group ID.</td>
205+
</tr>
198206
</table>
199207
<h2><a href="#settings_lua">settings.lua </a></h2>
200208
<table class="function_list">
@@ -734,6 +742,57 @@ <h3>Parameters:</h3>
734742

735743

736744

745+
</dd>
746+
<dt>
747+
<a name = "FlipMap"></a>
748+
<strong>FlipMap(flipmap)</strong>
749+
</dt>
750+
<dd>
751+
Do FlipMap with specific group ID.
752+
753+
754+
755+
<h3>Parameters:</h3>
756+
<ul>
757+
<li><span class="parameter">flipmap</span>
758+
<span class="types"><span class="type">int</span></span>
759+
(ID of flipmap group to actuvate / deactivate)
760+
</li>
761+
</ul>
762+
763+
764+
765+
766+
767+
</dd>
768+
<dt>
769+
<a name = "GetFlipMapStatus"></a>
770+
<strong>GetFlipMapStatus([index])</strong>
771+
</dt>
772+
<dd>
773+
Get current FlipMap status for specific group ID.
774+
775+
776+
777+
<h3>Parameters:</h3>
778+
<ul>
779+
<li><span class="parameter">index</span>
780+
<span class="types"><span class="type">int</span></span>
781+
Flipmap group ID to check. If no group specified or group is -1, function returns overall flipmap status (on or off).
782+
(<em>optional</em>)
783+
</li>
784+
</ul>
785+
786+
<h3>Returns:</h3>
787+
<ol>
788+
789+
<span class="types"><span class="type">int</span></span>
790+
Status of the flipmap group (true means on, false means off).
791+
</ol>
792+
793+
794+
795+
737796
</dd>
738797
</dl>
739798
<h2 class="section-header has-description"><a name="settings_lua"></a>settings.lua </h2>
@@ -874,7 +933,6 @@ <h3>Parameters:</h3>
874933
</div> <!-- id="main" -->
875934
<div id="about">
876935
<i>generated by <a href="https://github.com/hispidence/TEN-LDoc">TEN-LDoc</a> (a fork of <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a>)</i>
877-
<i style="float:right;">Last updated 2024-01-07 13:18:42 </i>
878936
</div> <!-- id="about" -->
879937
</div> <!-- id="container" -->
880938
</body>

1 modules/Input.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ <h3>Returns:</h3>
283283
</div> <!-- id="main" -->
284284
<div id="about">
285285
<i>generated by <a href="https://github.com/hispidence/TEN-LDoc">TEN-LDoc</a> (a fork of <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a>)</i>
286-
<i style="float:right;">Last updated 2024-01-07 13:18:42 </i>
287286
</div> <!-- id="about" -->
288287
</div> <!-- id="container" -->
289288
</body>

1 modules/Inventory.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ <h3>Parameters:</h3>
253253
</div> <!-- id="main" -->
254254
<div id="about">
255255
<i>generated by <a href="https://github.com/hispidence/TEN-LDoc">TEN-LDoc</a> (a fork of <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a>)</i>
256-
<i style="float:right;">Last updated 2024-01-07 13:18:42 </i>
257256
</div> <!-- id="about" -->
258257
</div> <!-- id="container" -->
259258
</body>

1 modules/Logic.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ <h3>Fields:</h3>
522522
</div> <!-- id="main" -->
523523
<div id="about">
524524
<i>generated by <a href="https://github.com/hispidence/TEN-LDoc">TEN-LDoc</a> (a fork of <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a>)</i>
525-
<i style="float:right;">Last updated 2024-01-07 13:18:42 </i>
526525
</div> <!-- id="about" -->
527526
</div> <!-- id="container" -->
528527
</body>

0 commit comments

Comments
 (0)