Skip to content

Commit

Permalink
Deploying to gh-pages from @ afce0bb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Sep 20, 2023
0 parents commit fc1403b
Show file tree
Hide file tree
Showing 852 changed files with 52,979 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 @@
docs.cm-ss13.com
92 changes: 92 additions & 0 deletions area.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />

<link rel="stylesheet" href="dmdoc.css" />
<title>&#x2F;area - byond</title>
</head>
<body>
<header>
<a href="index.html">byond</a> -
<a href="index.html#modules">Modules</a> -
<a href="index.html#types">Types</a>
&mdash; <a href="area.html#var">Var Details</a> - <a href="area.html#proc">Proc Details</a></header>
<main>
<h1>Unknown <aside>/<a href="area.html">area</a></aside><aside> inherits /<a href="atom.html">atom</a></aside>


<a href="https://github.com/cmss13-devs/cmss13/blob/afce0bb25a3e05a2bd6ef4490edae8439b853007/code/game/area/areas.dm#L8">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;areas.dm 8"/></a></h1>

<table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr>
<tr><th><a href="area.html#var/ambience_exterior">ambience_exterior</a></th><td>Default sound to play as ambience for clients entering the area</td></tr>
<tr><th><a href="area.html#var/area_has_base_lighting">area_has_base_lighting</a></th><td>Whether this area has a currently active base lighting, bool</td></tr>
<tr><th><a href="area.html#var/base_lighting_alpha">base_lighting_alpha</a></th><td>alpha 0-255 of lighting_effect and thus baselighting intensity</td></tr>
<tr><th><a href="area.html#var/base_lighting_color">base_lighting_color</a></th><td>The colour of the light acting on this area</td></tr>
<tr><th><a href="area.html#var/flags_area">flags_area</a></th><td>Bitfield of special area features</td></tr>
<tr><th><a href="area.html#var/lighting_effect">lighting_effect</a></th><td>The mutable appearance we underlay to show light</td></tr>
<tr><th><a href="area.html#var/sound_environment">sound_environment</a></th><td>Default sound environment to use for the area, as list or int BYOND preset: http://www.byond.com/docs/ref/#/sound/var/environment</td></tr>
<tr><th><a href="area.html#var/static_lighting">static_lighting</a></th><td>Whether this area allows static lighting and thus loads the lighting objects</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr>
<tr><th><a href="area.html#proc/get_sound_ambience">get_sound_ambience</a></th><td>Returns the correct ambience sound track for a client in this area</td></tr></table>
<h2 id="var">Var Details</h2><h3 id="var/ambience_exterior"><aside class="declaration">var </aside>ambience_exterior
<aside>&ndash; </aside>


<a href="https://github.com/cmss13-devs/cmss13/blob/afce0bb25a3e05a2bd6ef4490edae8439b853007/code/game/area/areas.dm#L61">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;areas.dm 61"/></a></h3>
<p>Default sound to play as ambience for clients entering the area</p><h3 id="var/area_has_base_lighting"><aside class="declaration">var </aside>area_has_base_lighting
<aside>&ndash; </aside>


<a href="https://github.com/cmss13-devs/cmss13/blob/afce0bb25a3e05a2bd6ef4490edae8439b853007/code/modules/lighting/lighting_area.dm#L6">
<img src="git.png" width="16" height="16" title="code&#x2F;modules&#x2F;lighting&#x2F;lighting_area.dm 6"/></a></h3>
<p>Whether this area has a currently active base lighting, bool</p><h3 id="var/base_lighting_alpha"><aside class="declaration">var </aside>base_lighting_alpha
<aside>&ndash; </aside>


<a href="https://github.com/cmss13-devs/cmss13/blob/afce0bb25a3e05a2bd6ef4490edae8439b853007/code/modules/lighting/lighting_area.dm#L8">
<img src="git.png" width="16" height="16" title="code&#x2F;modules&#x2F;lighting&#x2F;lighting_area.dm 8"/></a></h3>
<p>alpha 0-255 of lighting_effect and thus baselighting intensity</p><h3 id="var/base_lighting_color"><aside class="declaration">var </aside>base_lighting_color
<aside>&ndash; </aside>


<a href="https://github.com/cmss13-devs/cmss13/blob/afce0bb25a3e05a2bd6ef4490edae8439b853007/code/modules/lighting/lighting_area.dm#L10">
<img src="git.png" width="16" height="16" title="code&#x2F;modules&#x2F;lighting&#x2F;lighting_area.dm 10"/></a></h3>
<p>The colour of the light acting on this area</p><h3 id="var/flags_area"><aside class="declaration">var </aside>flags_area
<aside>&ndash; </aside>


<a href="https://github.com/cmss13-devs/cmss13/blob/afce0bb25a3e05a2bd6ef4490edae8439b853007/code/game/area/areas.dm#L24">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;areas.dm 24"/></a></h3>
<p>Bitfield of special area features</p><h3 id="var/lighting_effect"><aside class="declaration">var </aside>lighting_effect
<aside>&ndash; /mutable_appearance</aside>


<a href="https://github.com/cmss13-devs/cmss13/blob/afce0bb25a3e05a2bd6ef4490edae8439b853007/code/modules/lighting/lighting_area.dm#L4">
<img src="git.png" width="16" height="16" title="code&#x2F;modules&#x2F;lighting&#x2F;lighting_area.dm 4"/></a></h3>
<p>The mutable appearance we underlay to show light</p><h3 id="var/sound_environment"><aside class="declaration">var </aside>sound_environment
<aside>&ndash; </aside>


<a href="https://github.com/cmss13-devs/cmss13/blob/afce0bb25a3e05a2bd6ef4490edae8439b853007/code/game/area/areas.dm#L63">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;areas.dm 63"/></a></h3>
<p>Default sound environment to use for the area, as list or int BYOND preset: http://www.byond.com/docs/ref/#/sound/var/environment</p><h3 id="var/static_lighting"><aside class="declaration">var </aside>static_lighting
<aside>&ndash; </aside>


<a href="https://github.com/cmss13-devs/cmss13/blob/afce0bb25a3e05a2bd6ef4490edae8439b853007/code/modules/lighting/lighting_static/static_lighting_area.dm#L3">
<img src="git.png" width="16" height="16" title="code&#x2F;modules&#x2F;lighting&#x2F;lighting_static&#x2F;static_lighting_area.dm 3"/></a></h3>
<p>Whether this area allows static lighting and thus loads the lighting objects</p><h2 id="proc">Proc Details</h2><h3 id="proc/get_sound_ambience"><aside class="declaration">proc </aside>get_sound_ambience<aside>(/<a href="client.html">client</a>/target)


<a href="https://github.com/cmss13-devs/cmss13/blob/afce0bb25a3e05a2bd6ef4490edae8439b853007/code/game/area/areas.dm#L125">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;areas.dm 125"/></a></aside>
</h3>
<p>Returns the correct ambience sound track for a client in this area</p></main>
<footer>
colonialmarines.dme
<a href="https://github.com/cmss13-devs/cmss13/tree/afce0bb25a3e05a2bd6ef4490edae8439b853007">afce0bb</a>
(master) &mdash; <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/src/dmdoc/README.md">dmdoc 1.4.1</a></footer>
</body>
</html>
35 changes: 35 additions & 0 deletions area/shuttle.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="../" />
<link rel="stylesheet" href="dmdoc.css" />
<title>&#x2F;area&#x2F;shuttle - byond</title>
</head>
<body>
<header>
<a href="index.html">byond</a> -
<a href="index.html#modules">Modules</a> -
<a href="index.html#types">Types</a>
&mdash; <a href="area/shuttle.html#proc">Proc Details</a></header>
<main>
<h1>Shuttle <aside>/<a href="area.html">area</a>/<a href="area/shuttle.html">shuttle</a></aside>


<a href="https://github.com/cmss13-devs/cmss13/blob/afce0bb25a3e05a2bd6ef4490edae8439b853007/code/game/area/shuttles.dm#L1">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;shuttles.dm 1"/></a></h1>

<table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr>
<tr><th><a href="area/shuttle.html#proc/PlaceOnTopReact">PlaceOnTopReact</a></th><td>area/shuttle/Initialize()</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/PlaceOnTopReact">PlaceOnTopReact<aside>(/list/new_baseturfs, /<a href="turf.html">turf</a>/fake_turf_type, flags)


<a href="https://github.com/cmss13-devs/cmss13/blob/afce0bb25a3e05a2bd6ef4490edae8439b853007/code/game/area/shuttles.dm#L20">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;shuttles.dm 20"/></a></aside>
</h3>
<p>area/shuttle/Initialize()</p></main>
<footer>
colonialmarines.dme
<a href="https://github.com/cmss13-devs/cmss13/tree/afce0bb25a3e05a2bd6ef4490edae8439b853007">afce0bb</a>
(master) &mdash; <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/src/dmdoc/README.md">dmdoc 1.4.1</a></footer>
</body>
</html>
Loading

0 comments on commit fc1403b

Please sign in to comment.