Skip to content

Commit

Permalink
Regenerating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Alden authored and Ian Alden committed Oct 22, 2024
1 parent 22848b0 commit 5a70802
Show file tree
Hide file tree
Showing 28 changed files with 99 additions and 94 deletions.
2 changes: 1 addition & 1 deletion docs/examples/mixrmastr-bartender-droid.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h2>mixrmastr-bartender-droid.lua</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/yatta-invisible-market.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ <h2>yatta-invisible-market.lua</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h2>Examples</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
67 changes: 0 additions & 67 deletions docs/ldoc_new.css
Original file line number Diff line number Diff line change
Expand Up @@ -288,70 +288,3 @@ pre .global { color: #c040c0; }
pre .user-keyword { color: #800080; }
pre .prompt { color: #558817; }
pre .url { color: #272fc2; text-decoration: underline; }

@media screen and (prefers-color-scheme: dark) {
/* width */
::-webkit-scrollbar {
width: auto;
}

/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 10px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: darkgray;
}

body {
color: rgb(171, 184, 195);
background: rgb(7, 2, 26);
}

#navigation, #navigation h1, #navigation h2, #navigation h3 {
background-color: rgb(7, 2, 26);
color: rgb(224, 250, 247);
}

#content table {
background-color: rgb(7, 2, 26);
}

#content h1 {
color: rgb(224, 250, 247);
}

#content h2, #content h2 a {
color: rgb(224, 250, 247);
background-color: rgb(62, 88, 149);
}

#content pre {
background-color: rgb(37, 39, 44);
}

#pre {
color: rgb(171, 184, 195);
}

dl.function {
background-color: rgb(7, 2, 26);
}

table.module_list td.name, table.function_list td.name {
background-color: rgb(18, 11, 44);
}
table.module_list td.summary, table.function_list td.summary {
background-color: rgb(18, 11, 44);
}

#about {
background-color: rgb(7, 2, 26);
}

a:target + * {
background-color: rgb(220, 220, 138);
}
}
2 changes: 1 addition & 1 deletion docs/modules/area.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/char_proto.html
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ <h3>Parameters:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
74 changes: 73 additions & 1 deletion docs/modules/character.html
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,14 @@ <h2><a href="#Class_Character">Class Character </a></h2>
<td class="summary">whether this player is botting.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#character:isCitizen">character:isCitizen ()</a></td>
<td class="summary">checks if the character is a citizen mob</td>
</tr>
<tr>
<td class="name" nowrap><a href="#character:isCriminal">character:isCriminal ()</a></td>
<td class="summary">checks if the character is a criminal mob</td>
</tr>
<tr>
<td class="name" nowrap><a href="#character:isDroid">character:isDroid ()</a></td>
<td class="summary">whether this character is a droid.</td>
</tr>
Expand All @@ -525,6 +533,10 @@ <h2><a href="#Class_Character">Class Character </a></h2>
<td class="summary">whether this character is a player.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#character:isPolice">character:isPolice ()</a></td>
<td class="summary">checks if the character is a police mob</td>
</tr>
<tr>
<td class="name" nowrap><a href="#character:isValid">character:isValid ()</a></td>
<td class="summary">isValid</td>
</tr>
Expand Down Expand Up @@ -3300,6 +3312,46 @@ <h3>Returns:</h3>



</dd>
<dt>
<a name = "character:isCitizen"></a>
<strong>character:isCitizen ()</strong>
</dt>
<dd>
checks if the character is a citizen mob



<h3>Returns:</h3>
<ol>

<span class="types"><span class="type">boolean</span></span>
true if the char is a citizen mob, false if not
</ol>




</dd>
<dt>
<a name = "character:isCriminal"></a>
<strong>character:isCriminal ()</strong>
</dt>
<dd>
checks if the character is a criminal mob



<h3>Returns:</h3>
<ol>

<span class="types"><span class="type">boolean</span></span>
true if the char is a criminal mob, false if not
</ol>




</dd>
<dt>
<a name = "character:isDroid"></a>
Expand Down Expand Up @@ -3438,6 +3490,26 @@ <h3>Returns:</h3>



</dd>
<dt>
<a name = "character:isPolice"></a>
<strong>character:isPolice ()</strong>
</dt>
<dd>
checks if the character is a police mob



<h3>Returns:</h3>
<ol>

<span class="types"><span class="type">boolean</span></span>
true if the char is a police mob, false if not
</ol>




</dd>
<dt>
<a name = "character:isValid"></a>
Expand Down Expand Up @@ -5255,7 +5327,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/clan.html
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/core.html
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/exit.html
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ <h3>Returns:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/furniture.html
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ <h3>Returns:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/hyperwall.html
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ <h3>Returns:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/obj_proto.html
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/object.html
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/planet.html
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/room.html
Original file line number Diff line number Diff line change
Expand Up @@ -1715,7 +1715,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ship.html
Original file line number Diff line number Diff line change
Expand Up @@ -3727,7 +3727,7 @@ <h3>Returns:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ship_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/space_spawn.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h3>Returns:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/starsystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/structure.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/timer.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h2 class="section-header has-description"><a name="Class_Timer"></a>Class Timer
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/01-introduction.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2>Using an Editor</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/02-lua-basics.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ <h2>Loops</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/03-creating-an-lprog.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h2>Debugging</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-10-18 04:29:05 </i>
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
Loading

0 comments on commit 5a70802

Please sign in to comment.