Deploy to GitHub pages

This commit is contained in:
github-actions[bot]
2026-08-27 05:10:40 +00:00
committed by GitHub
commit dbb7c68fb2
2864 changed files with 11879 additions and 0 deletions
@@ -0,0 +1,5 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/controller/subsystem/processing/ai_behaviors - 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="datum/controller/subsystem/processing/ai_behaviors.html#var">Var Details</a></header><main><h1>ai_behaviors <aside>/<a href="datum.html">datum</a>/<a href="datum/controller.html">controller</a>/<a href="datum/controller/subsystem.html">subsystem</a>/<a href="datum/controller/subsystem/processing/ai_behaviors.html">processing/ai_behaviors</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/processing/SSai_behaviors.dm#L3"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/processing/SSai_behaviors.dm 3"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/controller/subsystem/processing/ai_behaviors.html#var/ai_behaviors">ai_behaviors</a></th><td>List of all ai_behavior singletons, key is the typepath while assigned
value is a newly created instance of the typepath. See setup_ai_behaviors().</td></tr><tr><th><a href="datum/controller/subsystem/processing/ai_behaviors.html#var/targeting_strategies">targeting_strategies</a></th><td>List of all targeting_strategy singletons, key is the typepath while assigned
value is a newly created instance of the typepath. See setup_targeting_strats().</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/ai_behaviors"><aside class="declaration">var </aside>ai_behaviors <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/processing/SSai_behaviors.dm#L12"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/processing/SSai_behaviors.dm 12"></a></h3><p>List of all ai_behavior singletons, key is the typepath while assigned
value is a newly created instance of the typepath. See setup_ai_behaviors().</p><h3 id="var/targeting_strategies"><aside class="declaration">var </aside>targeting_strategies <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/processing/SSai_behaviors.dm#L15"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/processing/SSai_behaviors.dm 15"></a></h3><p>List of all targeting_strategy singletons, key is the typepath while assigned
value is a newly created instance of the typepath. See setup_targeting_strats().</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
@@ -0,0 +1,7 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/controller/subsystem/processing/dcs - 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="datum/controller/subsystem/processing/dcs.html#proc">Proc Details</a></header><main><h1>dcs <aside>/<a href="datum.html">datum</a>/<a href="datum/controller.html">controller</a>/<a href="datum/controller/subsystem.html">subsystem</a>/<a href="datum/controller/subsystem/processing/dcs.html">processing/dcs</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/processing/SSdcs.dm#L1"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/processing/SSdcs.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="datum/controller/subsystem/processing/dcs.html#proc/GetIdFromArguments">GetIdFromArguments</a></th><td>Generates an id for bespoke elements when given the argument list
Generating the id here is a bit complex because we need to support named arguments
Named arguments can appear in any order and we need them to appear after ordered arguments
We assume that no one will pass in a named argument with a value of null</td></tr><tr><th><a href="datum/controller/subsystem/processing/dcs.html#proc/rotate_decals">rotate_decals</a></th><td>Remove old decals and apply new decals after rotation as necessary</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/GetIdFromArguments"><aside class="declaration">proc </aside>GetIdFromArguments<aside>(/list/arguments) <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/processing/SSdcs.dm#L33"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/processing/SSdcs.dm 33"></a></aside></h3><p>Generates an id for bespoke elements when given the argument list
Generating the id here is a bit complex because we need to support named arguments
Named arguments can appear in any order and we need them to appear after ordered arguments
We assume that no one will pass in a named argument with a value of null</p><h3 id="proc/rotate_decals"><aside class="declaration">proc </aside>rotate_decals<aside>(/<a href="datum.html">datum</a>/source, old_dir, new_dir) <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/elements/decal_element.dm#L55"><img src="git.png" width="16" height="16" title="code/datums/elements/decal_element.dm 55"></a></aside></h3><p>Remove old decals and apply new decals after rotation as necessary</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/controller/subsystem/processing/projectiles - 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="datum/controller/subsystem/processing/projectiles.html#var">Var Details</a></header><main><h1>projectiles <aside>/<a href="datum.html">datum</a>/<a href="datum/controller.html">controller</a>/<a href="datum/controller/subsystem.html">subsystem</a>/<a href="datum/controller/subsystem/processing/projectiles.html">processing/projectiles</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/processing/SSprojectiles.dm#L1"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/processing/SSprojectiles.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/controller/subsystem/processing/projectiles.html#var/global_iterations_per_move">global_iterations_per_move</a></th><td>Maximum iterations a move can perform.</td></tr><tr><th><a href="datum/controller/subsystem/processing/projectiles.html#var/global_max_tick_moves">global_max_tick_moves</a></th><td>Maximum moves a projectile can make per tick.</td></tr><tr><th><a href="datum/controller/subsystem/processing/projectiles.html#var/global_pixel_speed">global_pixel_speed</a></th><td>How many pixels one iteration can move a projectile.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/global_iterations_per_move"><aside class="declaration">var </aside>global_iterations_per_move <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/processing/SSprojectiles.dm#L13"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/processing/SSprojectiles.dm 13"></a></h3><p>Maximum iterations a move can perform.</p><h3 id="var/global_max_tick_moves"><aside class="declaration">var </aside>global_max_tick_moves <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/processing/SSprojectiles.dm#L9"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/processing/SSprojectiles.dm 9"></a></h3><p>Maximum moves a projectile can make per tick.</p><h3 id="var/global_pixel_speed"><aside class="declaration">var </aside>global_pixel_speed <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/processing/SSprojectiles.dm#L11"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/processing/SSprojectiles.dm 11"></a></h3><p>How many pixels one iteration can move a projectile.</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/controller/subsystem/processing/radiation - 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="datum/controller/subsystem/processing/radiation.html#var">Var Details</a></header><main><h1>radiation <aside>/<a href="datum.html">datum</a>/<a href="datum/controller.html">controller</a>/<a href="datum/controller/subsystem.html">subsystem</a>/<a href="datum/controller/subsystem/processing/radiation.html">processing/radiation</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/SSradiation.dm#L1"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSradiation.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/controller/subsystem/processing/radiation.html#var/all_radiations">all_radiations</a></th><td>Lazy list of all radioactive components</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/all_radiations"><aside class="declaration">var </aside>all_radiations <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/SSradiation.dm#L17"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSradiation.dm 17"></a></h3><p>Lazy list of all radioactive components</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
File diff suppressed because one or more lines are too long