Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2ce51a0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert committed Oct 29, 2023
0 parents commit dea2c52
Show file tree
Hide file tree
Showing 5,837 changed files with 376,593 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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.tgstation13.org
218 changes: 218 additions & 0 deletions _maps/map_files/tramstation/maintenance_modules/map legend.html

Large diffs are not rendered by default.

531 changes: 531 additions & 0 deletions area.html

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions area/space.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="../" />
<link rel="stylesheet" href="dmdoc.css" />
<title>&#x2F;area&#x2F;space - &#x2F;tg&#x2F; Station 13</title>
</head>
<body>
<header>
<a href="index.html">&#x2F;tg&#x2F; Station 13</a> -
<a href="index.html#modules">Modules</a> -
<a href="index.html#types">Types</a>
&mdash; <a href="area/space.html#proc">Proc Details</a></header>
<main>
<h1>space <aside>/<a href="area.html">area</a>/<a href="area/space.html">space</a></aside>


<a href="https://github.com/MrMelbert/MapleStationCode/blob/2ce51a0516b5a686ff7fe0c6b33d678e5b7605da/code/game/area/areas/misc.dm#L3">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;areas&#x2F;misc.dm 3"/></a></h1>

<table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr>
<tr><th><a href="area/space.html#proc/powered">powered</a></th><td>Space is not powered ever, so this returns false</td></tr>
<tr><th><a href="area/space.html#proc/update_icon_state">update_icon_state</a></th><td>Update the icon of the area (overridden to always be null for space</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/powered"><aside class="parent"><a title="/area" href="area.html#proc/powered">&uarr;</a></aside>powered<aside>(chan)


<a href="https://github.com/MrMelbert/MapleStationCode/blob/2ce51a0516b5a686ff7fe0c6b33d678e5b7605da/code/game/area/areas.dm#L372">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;areas.dm 372"/></a></aside>
</h3>
<p>Space is not powered ever, so this returns false</p><h3 id="proc/update_icon_state"><aside class="parent"><a title="/area" href="area.html#proc/update_icon_state">&uarr;</a></aside>update_icon_state<aside>()


<a href="https://github.com/MrMelbert/MapleStationCode/blob/2ce51a0516b5a686ff7fe0c6b33d678e5b7605da/code/game/area/areas.dm#L342">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;areas.dm 342"/></a></aside>
</h3>
<p>Update the icon of the area (overridden to always be null for space</p></main>
<footer>
maplestation.dme
<a href="https://github.com/MrMelbert/MapleStationCode/tree/2ce51a0516b5a686ff7fe0c6b33d678e5b7605da">2ce51a0</a>
(master) &mdash; <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.7.3</a></footer>
</body>
</html>
36 changes: 36 additions & 0 deletions area/station/ai_monitored/turret_protected.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="../../../" />
<link rel="stylesheet" href="dmdoc.css" />
<title>&#x2F;area&#x2F;station&#x2F;ai_monitored&#x2F;turret_protected - &#x2F;tg&#x2F; Station 13</title>
</head>
<body>
<header>
<a href="index.html">&#x2F;tg&#x2F; Station 13</a> -
<a href="index.html#modules">Modules</a> -
<a href="index.html#types">Types</a>
&mdash; <a href="area/station/ai_monitored/turret_protected.html#var">Var Details</a></header>
<main>
<h1>turret_protected <aside>/<a href="area.html">area</a>/<a href="area/station/ai_monitored/turret_protected.html">station/ai_monitored/turret_protected</a></aside>


<a href="https://github.com/MrMelbert/MapleStationCode/blob/2ce51a0516b5a686ff7fe0c6b33d678e5b7605da/code/game/area/areas/ai_monitored.dm#L6">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;areas&#x2F;ai_monitored.dm 6"/></a></h1>

<table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr>
<tr><th><a href="area/station/ai_monitored/turret_protected.html#var/ai_will_not_hear_this">ai_will_not_hear_this</a></th><td>Some sounds (like the space jam) are terrible when on loop. We use this variable to add it to other AI areas, but override it to keep it from the AI's core.</td></tr></table>
<h2 id="var">Var Details</h2><h3 id="var/ai_will_not_hear_this"><aside class="declaration">var </aside>ai_will_not_hear_this
<aside>&ndash; </aside>


<a href="https://github.com/MrMelbert/MapleStationCode/blob/2ce51a0516b5a686ff7fe0c6b33d678e5b7605da/code/game/area/areas/ai_monitored.dm#L28">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;areas&#x2F;ai_monitored.dm 28"/></a></h3>
<p>Some sounds (like the space jam) are terrible when on loop. We use this variable to add it to other AI areas, but override it to keep it from the AI's core.</p></main>
<footer>
maplestation.dme
<a href="https://github.com/MrMelbert/MapleStationCode/tree/2ce51a0516b5a686ff7fe0c6b33d678e5b7605da">2ce51a0</a>
(master) &mdash; <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.7.3</a></footer>
</body>
</html>
36 changes: 36 additions & 0 deletions area/station/maintenance.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="../../" />
<link rel="stylesheet" href="dmdoc.css" />
<title>&#x2F;area&#x2F;station&#x2F;maintenance - &#x2F;tg&#x2F; Station 13</title>
</head>
<body>
<header>
<a href="index.html">&#x2F;tg&#x2F; Station 13</a> -
<a href="index.html#modules">Modules</a> -
<a href="index.html#types">Types</a>
&mdash; <a href="area/station/maintenance.html#var">Var Details</a></header>
<main>
<h1>maintenance <aside>/<a href="area.html">area</a>/<a href="area/station/maintenance.html">station/maintenance</a></aside>


<a href="https://github.com/MrMelbert/MapleStationCode/blob/2ce51a0516b5a686ff7fe0c6b33d678e5b7605da/code/controllers/subsystem/ambience.dm#L64">
<img src="git.png" width="16" height="16" title="code&#x2F;controllers&#x2F;subsystem&#x2F;ambience.dm 64"/></a></h1>

<table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr>
<tr><th><a href="area/station/maintenance.html#var/minecraft_cave_noises">minecraft_cave_noises</a></th><td>A list of rare sound effects to fuck with players. No, it does not contain actual minecraft sounds anymore.</td></tr></table>
<h2 id="var">Var Details</h2><h3 id="var/minecraft_cave_noises"><aside class="declaration">var </aside>minecraft_cave_noises
<aside>&ndash; /static/list</aside>


<a href="https://github.com/MrMelbert/MapleStationCode/blob/2ce51a0516b5a686ff7fe0c6b33d678e5b7605da/code/controllers/subsystem/ambience.dm#L69">
<img src="git.png" width="16" height="16" title="code&#x2F;controllers&#x2F;subsystem&#x2F;ambience.dm 69"/></a></h3>
<p>A list of rare sound effects to fuck with players. No, it does not contain actual minecraft sounds anymore.</p></main>
<footer>
maplestation.dme
<a href="https://github.com/MrMelbert/MapleStationCode/tree/2ce51a0516b5a686ff7fe0c6b33d678e5b7605da">2ce51a0</a>
(master) &mdash; <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.7.3</a></footer>
</body>
</html>
Loading

0 comments on commit dea2c52

Please sign in to comment.