Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 22, 2024
0 parents commit fe3190e
Show file tree
Hide file tree
Showing 1,881 changed files with 8,890 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
codedocs.paradisestation.org
1 change: 1 addition & 0 deletions _maps/__MAP_DEFINES.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>_maps/__MAP_DEFINES.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a><a href="_maps/__MAP_DEFINES.html#define">Define Details</a></header><main><h1>_maps/__MAP_DEFINES.dm <a href="https://github.com/ss220club/Paradise-SS220/blob/449920fd32414e84d30aae99f254f9a878d2ffd7/_maps/__MAP_DEFINES.dm0"><img src="git.png" width="16" height="16" title="_maps/__MAP_DEFINES.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="_maps/__MAP_DEFINES.html#define/SPAWN_RUINS">SPAWN_RUINS</a></th><td>Ruins will spawn on this z-level</td></tr><tr><th><a href="_maps/__MAP_DEFINES.html#define/REACHABLE_SPACE_ONLY">REACHABLE_SPACE_ONLY</a></th><td>A level that can be navigated to through space, but for real this time.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/REACHABLE_SPACE_ONLY"><aside class="declaration">#define </aside>REACHABLE_SPACE_ONLY <a href="https://github.com/ss220club/Paradise-SS220/blob/449920fd32414e84d30aae99f254f9a878d2ffd7/_maps/__MAP_DEFINES.dm#L31"><img src="git.png" width="16" height="16" title="_maps/__MAP_DEFINES.dm 31"></a></h3><p>A level that can be navigated to through space, but for real this time.</p><h3 id="define/SPAWN_RUINS"><aside class="declaration">#define </aside>SPAWN_RUINS <a href="https://github.com/ss220club/Paradise-SS220/blob/449920fd32414e84d30aae99f254f9a878d2ffd7/_maps/__MAP_DEFINES.dm#L29"><img src="git.png" width="16" height="16" title="_maps/__MAP_DEFINES.dm 29"></a></h3><p>Ruins will spawn on this z-level</p></main><footer>paradise.dme <a href="https://github.com/ss220club/Paradise-SS220/tree/449920fd32414e84d30aae99f254f9a878d2ffd7">449920f</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>
14 changes: 14 additions & 0 deletions area.html

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions area/syndicate_depot/core.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/area/syndicate_depot/core - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a><a href="area/syndicate_depot/core.html#proc">Proc Details</a></header><main><h1>core <aside>/<a href="area.html">area</a>/<a href="area/syndicate_depot/core.html">syndicate_depot/core</a></aside> <a href="https://github.com/ss220club/Paradise-SS220/blob/449920fd32414e84d30aae99f254f9a878d2ffd7/code/game/area/areas/depot-areas.dm#L7"><img src="git.png" width="16" height="16" title="code/game/area/areas/depot-areas.dm 7"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="area/syndicate_depot/core.html#proc/list_getmobs">list_getmobs</a></th><td>Returns a LIST of the MOBS in one of the depot area's lists.</td></tr><tr><th><a href="area/syndicate_depot/core.html#proc/list_show">list_show</a></th><td>Returns a STRING, containing the NAMES of the mobs in the provided list, JOINED together with &quot;, &quot;</td></tr><tr><th><a href="area/syndicate_depot/core.html#proc/list_shownames">list_shownames</a></th><td>Returns a LIST of the NAMES of the mobs in the provided list.</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/list_getmobs"><aside class="declaration">proc </aside>list_getmobs<aside>(/list/L, show_ckeys) <a href="https://github.com/ss220club/Paradise-SS220/blob/449920fd32414e84d30aae99f254f9a878d2ffd7/code/game/area/areas/depot-areas.dm#L469"><img src="git.png" width="16" height="16" title="code/game/area/areas/depot-areas.dm 469"></a></aside></h3><p>Returns a LIST of the MOBS in one of the depot area's lists.</p>
<p>E.g. list_getmobs(depotarea.guard_list) returns a list of the extra guard mobs in the depot.
Arguments:</p>
<ul>
<li>list/L, the list of UIDs from which to draw members</li>
<li>show_ckeys, bool, if true will display ckeys in addition to names</li>
</ul><h3 id="proc/list_show"><aside class="declaration">proc </aside>list_show<aside>(/list/L, show_ckeys) <a href="https://github.com/ss220club/Paradise-SS220/blob/449920fd32414e84d30aae99f254f9a878d2ffd7/code/game/area/areas/depot-areas.dm#L437"><img src="git.png" width="16" height="16" title="code/game/area/areas/depot-areas.dm 437"></a></aside></h3><p>Returns a STRING, containing the NAMES of the mobs in the provided list, JOINED together with &quot;, &quot;</p>
<p>E.g. list_show(depotarea.guard_list) returns a string like:
&quot;Syndicate Backup (123), Syndicate Backup(456), Syndicate Backup(789)&quot;, etc.
Arguments:</p>
<ul>
<li>list/L, the list of UIDs from which to draw members</li>
<li>show_ckeys, bool, if true will display ckeys in addition to names</li>
</ul><h3 id="proc/list_shownames"><aside class="declaration">proc </aside>list_shownames<aside>(/list/L, show_ckeys) <a href="https://github.com/ss220club/Paradise-SS220/blob/449920fd32414e84d30aae99f254f9a878d2ffd7/code/game/area/areas/depot-areas.dm#L449"><img src="git.png" width="16" height="16" title="code/game/area/areas/depot-areas.dm 449"></a></aside></h3><p>Returns a LIST of the NAMES of the mobs in the provided list.</p>
<p>E.g. list_shownames(depotarea.guard_list) returns a list of the names of extra guard mobs in depot.
Arguments:</p>
<ul>
<li>list/L, the list of UIDs from which to draw members</li>
<li>show_ckeys, bool, if true will display ckeys in addition to names</li>
</ul></main><footer>paradise.dme <a href="https://github.com/ss220club/Paradise-SS220/tree/449920fd32414e84d30aae99f254f9a878d2ffd7">449920f</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>
74 changes: 74 additions & 0 deletions atom.html

Large diffs are not rendered by default.

Loading

0 comments on commit fe3190e

Please sign in to comment.