Skip to content

Commit

Permalink
Deploying to gh-pages from @ b031224 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
valkyria-gk committed Sep 2, 2024
1 parent 1fe4c5c commit dc3acfa
Show file tree
Hide file tree
Showing 554 changed files with 2,765 additions and 2,765 deletions.
8 changes: 4 additions & 4 deletions area.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<h1>area <aside>/<a href="area.html">area</a></aside><aside> inherits /<a href="atom.html">atom</a></aside>


<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/409fe1005bc7b2d0104ab7805207ef17de151640/code/__HELPERS/bluespace_entropy.dm#L6">
<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/b031224eb40ce7831991fc57d7675c0362c7a4e4/code/__HELPERS/bluespace_entropy.dm#L6">
<img src="git.png" width="16" height="16" title="code&#x2F;__HELPERS&#x2F;bluespace_entropy.dm 6"/></a></h1>

<table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr>
Expand All @@ -25,20 +25,20 @@ <h1>area <aside>/<a href="area.html">area</a></aside><aside> inherits /<a href="
/////weather</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/LateInitialize"><aside class="parent"><a title="/atom" href="atom.html#proc/LateInitialize">&uarr;</a></aside>LateInitialize<aside>()


<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/409fe1005bc7b2d0104ab7805207ef17de151640/code/game/area/areas.dm#L65">
<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/b031224eb40ce7831991fc57d7675c0362c7a4e4/code/game/area/areas.dm#L65">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;areas.dm 65"/></a></aside>
</h3>
<p>Sets machine power levels in the area</p><h3 id="proc/powered"><aside class="declaration">proc </aside>powered<aside>(chan)


<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/409fe1005bc7b2d0104ab7805207ef17de151640/code/game/area/areas.dm#L211">
<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/b031224eb40ce7831991fc57d7675c0362c7a4e4/code/game/area/areas.dm#L211">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;area&#x2F;areas.dm 211"/></a></aside>
</h3>
<p>weather
/////weather</p></main>
<footer>
sojourn-station.dme
<a href="https://github.com/Equinox-SS13/equinox-sojourn/tree/409fe1005bc7b2d0104ab7805207ef17de151640">409fe10</a>
<a href="https://github.com/Equinox-SS13/equinox-sojourn/tree/b031224eb40ce7831991fc57d7675c0362c7a4e4">b031224</a>
(master) &mdash; <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/src/dmdoc/README.md">dmdoc 1.4.1</a></footer>
</body>
</html>
82 changes: 41 additions & 41 deletions atom.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions atom/movable.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<h1>movable <aside>/<a href="atom.html">atom</a>/<a href="atom/movable.html">movable</a></aside>


<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/409fe1005bc7b2d0104ab7805207ef17de151640/(builtins)#L1">
<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/b031224eb40ce7831991fc57d7675c0362c7a4e4/(builtins)#L1">
<img src="git.png" width="16" height="16" title="(builtins) 1"/></a></h1>

<table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr>
Expand All @@ -38,55 +38,55 @@ <h2 id="var">Var Details</h2><h3 id="var/allowed_stat_modifiers"><aside class="d
<aside>&ndash; /list</aside>


<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/409fe1005bc7b2d0104ab7805207ef17de151640/code/game/atoms_movable.dm#L39">
<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/b031224eb40ce7831991fc57d7675c0362c7a4e4/code/game/atoms_movable.dm#L39">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;atoms_movable.dm 39"/></a></h3>
<p>Associative list. Key should be a typepath of /datum/stat_modifier, and the value should be a weight for use in prob.</p>
<p>NOTE: Arguments may be passed to certain modifiers. To do this, change the value to this: list(prob, ...) where prob is the probability and ... are any arguments you want passed.</p><h3 id="var/current_stat_modifiers"><aside class="declaration">var </aside>current_stat_modifiers
<aside>&ndash; /list</aside>


<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/409fe1005bc7b2d0104ab7805207ef17de151640/code/game/atoms_movable.dm#L42">
<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/b031224eb40ce7831991fc57d7675c0362c7a4e4/code/game/atoms_movable.dm#L42">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;atoms_movable.dm 42"/></a></h3>
<p>List of all instances of /datum/stat_modifier that have been applied in /datum/stat_modifier/proc/apply_to(). Should never have more instances of one typepath than that typepath's maximum_instances var.</p><h3 id="var/move_packet"><aside class="declaration">var </aside>move_packet
<aside>&ndash; /<a href="datum.html">datum</a>/<a href="datum/movement_packet.html">movement_packet</a></aside>


<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/409fe1005bc7b2d0104ab7805207ef17de151640/code/game/atoms_movable.dm#L19">
<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/b031224eb40ce7831991fc57d7675c0362c7a4e4/code/game/atoms_movable.dm#L19">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;atoms_movable.dm 19"/></a></h3>
<p>Holds information about any movement loops currently running/waiting to run on the movable. Lazy, will be null if nothing's going on</p><h3 id="var/multiz_falling"><aside class="declaration">var </aside>multiz_falling
<aside>&ndash; /tmp</aside>


<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/409fe1005bc7b2d0104ab7805207ef17de151640/code/modules/multiz/movement.dm#L9">
<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/b031224eb40ce7831991fc57d7675c0362c7a4e4/code/modules/multiz/movement.dm#L9">
<img src="git.png" width="16" height="16" title="code&#x2F;modules&#x2F;multiz&#x2F;movement.dm 9"/></a></h3>
<p>Used to check wether or not an atom is being handled by SSfalling.</p><h3 id="var/name_prefixes"><aside class="declaration">var </aside>name_prefixes
<aside>&ndash; /list</aside>


<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/409fe1005bc7b2d0104ab7805207ef17de151640/code/game/atoms_movable.dm#L45">
<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/b031224eb40ce7831991fc57d7675c0362c7a4e4/code/game/atoms_movable.dm#L45">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;atoms_movable.dm 45"/></a></h3>
<p>List of all stored prefixes. Used for stat_modifiers, on everything but tools and guns, which use them for attachments.</p><h3 id="var/walk_override_timer"><aside class="declaration">var </aside>walk_override_timer
<aside>&ndash; </aside>


<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/409fe1005bc7b2d0104ab7805207ef17de151640/code/game/atoms_movable.dm#L27">
<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/b031224eb40ce7831991fc57d7675c0362c7a4e4/code/game/atoms_movable.dm#L27">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;atoms_movable.dm 27"/></a></h3>
<p>Used in SSmove_manager.move_to. If something with an override is called, it will set it to world.time + the value of override in the proc, and any walks that respect the override after will return until world.time is more than the var.</p><h3 id="var/walk_to_initial_time"><aside class="declaration">var </aside>walk_to_initial_time
<aside>&ndash; </aside>


<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/409fe1005bc7b2d0104ab7805207ef17de151640/code/game/atoms_movable.dm#L24">
<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/b031224eb40ce7831991fc57d7675c0362c7a4e4/code/game/atoms_movable.dm#L24">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;atoms_movable.dm 24"/></a></h3>
<p>Used in SSmove_manager.move_to. Set to world.time whenever a walk is called that uses temporary_walk = TRUE. Prevents walks that dont respect the override from conflicting with eachother.</p><h2 id="proc">Proc Details</h2><h3 id="proc/bio_anchored"><aside class="declaration">proc </aside>bio_anchored<aside>(anchorvalue)


<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/409fe1005bc7b2d0104ab7805207ef17de151640/code/game/atoms_movable.dm#L496">
<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/b031224eb40ce7831991fc57d7675c0362c7a4e4/code/game/atoms_movable.dm#L496">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;atoms_movable.dm 496"/></a></aside>
</h3>
<p>Sets the anchored var and returns if it was sucessfully changed or not. Port from eris since I was getting problems currently only used for the bioreactor</p><h3 id="proc/can_fall"><aside class="declaration">proc </aside>can_fall<aside>(/<a href="turf.html">turf</a>/below, /<a href="turf.html">turf</a>/simulated/open/dest)


<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/409fe1005bc7b2d0104ab7805207ef17de151640/code/modules/multiz/movement.dm#L204">
<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/b031224eb40ce7831991fc57d7675c0362c7a4e4/code/modules/multiz/movement.dm#L204">
<img src="git.png" width="16" height="16" title="code&#x2F;modules&#x2F;multiz&#x2F;movement.dm 204"/></a></aside>
</h3>
<p>An overridable proc used by SSfalling to determine whether or not an atom
Expand All @@ -104,19 +104,19 @@ <h2 id="var">Var Details</h2><h3 id="var/allowed_stat_modifiers"><aside class="d
this cycle.</p><h3 id="proc/can_pass_shield"><aside class="declaration">proc </aside>can_pass_shield<aside>(/<a href="obj/machinery.html">obj/machinery</a>/<a href="obj/machinery/power/shield_generator.html">power/shield_generator</a>/gen)


<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/409fe1005bc7b2d0104ab7805207ef17de151640/code/modules/shield_generators/shield.dm#L326">
<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/b031224eb40ce7831991fc57d7675c0362c7a4e4/code/modules/shield_generators/shield.dm#L326">
<img src="git.png" width="16" height="16" title="code&#x2F;modules&#x2F;shield_generators&#x2F;shield.dm 326"/></a></aside>
</h3>
<p>obj/effect/shield/get_explosion_resistance() //Part of recursive explosions, probably unimplemented</p><h3 id="proc/update_prefixes"><aside class="declaration">proc </aside>update_prefixes<aside>()


<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/409fe1005bc7b2d0104ab7805207ef17de151640/code/game/atoms_movable.dm#L508">
<a href="https://github.com/Equinox-SS13/equinox-sojourn/blob/b031224eb40ce7831991fc57d7675c0362c7a4e4/code/game/atoms_movable.dm#L508">
<img src="git.png" width="16" height="16" title="code&#x2F;game&#x2F;atoms_movable.dm 508"/></a></aside>
</h3>
<p>First resets the name of the mob to the initial name it had, then adds each prefix in a random order.</p></main>
<footer>
sojourn-station.dme
<a href="https://github.com/Equinox-SS13/equinox-sojourn/tree/409fe1005bc7b2d0104ab7805207ef17de151640">409fe10</a>
<a href="https://github.com/Equinox-SS13/equinox-sojourn/tree/b031224eb40ce7831991fc57d7675c0362c7a4e4">b031224</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 dc3acfa

Please sign in to comment.