forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 2ef99e6
Showing
1,717 changed files
with
108,268 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
codedocs.paradisestation.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/__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/13spacemen/Paradise/blob/5f2b7d7cd04430e67283901ad38397148ce5ccf4/_maps/__MAP_DEFINES.dm"> | ||
<img src="git.png" width="16" height="16" title="_maps/__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/__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/__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) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.8.0</a></footer> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>/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/13spacemen/Paradise/blob/5f2b7d7cd04430e67283901ad38397148ce5ccf4/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 ", "</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/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/13spacemen/Paradise/blob/5f2b7d7cd04430e67283901ad38397148ce5ccf4/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 ", "</p> | ||
<p>E.g. list_show(depotarea.guard_list) returns a string like: | ||
"Syndicate Backup (123), Syndicate Backup(456), Syndicate Backup(789)", 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/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/13spacemen/Paradise/tree/5f2b7d7cd04430e67283901ad38397148ce5ccf4">5f2b7d7</a> | ||
(master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.8.0</a></footer> | ||
</body> | ||
</html> |
Oops, something went wrong.