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 Dec 10, 2024
0 parents commit e1d4975
Show file tree
Hide file tree
Showing 1,717 changed files with 108,268 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
37 changes: 37 additions & 0 deletions _maps/__MAP_DEFINES.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="../" />
<link rel="stylesheet" href="dmdoc.css" />
<title>_maps&#x2F;__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>
&mdash; <a href="_maps/__MAP_DEFINES.html#define">Define Details</a></header>
<main>
<h1>_maps/__MAP_DEFINES.dm
<a href="https://github.com/13spacemen/Paradise/blob/5f2b7d7cd04430e67283901ad38397148ce5ccf4/_maps/__MAP_DEFINES.dm">
<img src="git.png" width="16" height="16" title="_maps&#x2F;__MAP_DEFINES.dm"/></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/13spacemen/Paradise/blob/5f2b7d7cd04430e67283901ad38397148ce5ccf4/_maps/__MAP_DEFINES.dm#L31">
<img src="git.png" width="16" height="16" title="_maps&#x2F;__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/13spacemen/Paradise/blob/5f2b7d7cd04430e67283901ad38397148ce5ccf4/_maps/__MAP_DEFINES.dm#L29">
<img src="git.png" width="16" height="16" title="_maps&#x2F;__MAP_DEFINES.dm 29"/></a>
</h3>
<p>Ruins will spawn on this z-level</p></main>
<footer>
paradise.dme
<a href="https://github.com/13spacemen/Paradise/tree/5f2b7d7cd04430e67283901ad38397148ce5ccf4">5f2b7d7</a>
(master) &mdash; <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.8.0</a></footer>
</body>
</html>
271 changes: 271 additions & 0 deletions area.html

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions area/syndicate_depot/core.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="../../" />
<link rel="stylesheet" href="dmdoc.css" />
<title>&#x2F;area&#x2F;syndicate_depot&#x2F;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>
&mdash; <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/13spacemen/Paradise/blob/5f2b7d7cd04430e67283901ad38397148ce5ccf4/code/game/area/areas/depot-areas.dm#L7">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;areas&#x2F;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/13spacemen/Paradise/blob/5f2b7d7cd04430e67283901ad38397148ce5ccf4/code/game/area/areas/depot-areas.dm#L469">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;areas&#x2F;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/13spacemen/Paradise/blob/5f2b7d7cd04430e67283901ad38397148ce5ccf4/code/game/area/areas/depot-areas.dm#L437">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;areas&#x2F;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/13spacemen/Paradise/blob/5f2b7d7cd04430e67283901ad38397148ce5ccf4/code/game/area/areas/depot-areas.dm#L449">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;areas&#x2F;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/13spacemen/Paradise/tree/5f2b7d7cd04430e67283901ad38397148ce5ccf4">5f2b7d7</a>
(master) &mdash; <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.8.0</a></footer>
</body>
</html>
Loading

0 comments on commit e1d4975

Please sign in to comment.