Deploy to GitHub pages

This commit is contained in:
github-actions[bot]
2026-08-26 00:26:58 +00:00
committed by GitHub
commit 835dffb4c8
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>code/controllers/subsystem/non_firing/SSspatial_grid.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="code/controllers/subsystem/non_firing/SSspatial_grid.html#define">Define Details</a></header><main><h1>code/controllers/subsystem/non_firing/SSspatial_grid.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/non_firing/SSspatial_grid.dm"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/non_firing/SSspatial_grid.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/controllers/subsystem/non_firing/SSspatial_grid.html#define/NUMBER_OF_PREGENERATED_ORANGES_EARS">NUMBER_OF_PREGENERATED_ORANGES_EARS</a></th><td>the subsystem creates this many <a href="mob/oranges_ear.html" title="/mob/oranges_ear">/mob/oranges_ear</a> mob instances during init. allocations that require more than this create more.</td></tr><tr><th><a href="datum/spatial_grid_cell.html">/datum/spatial_grid_cell</a></th><td>used by <a href="datum/controller/subsystem/spatial_grid.html" title="/datum/controller/subsystem/spatial_grid">/datum/controller/subsystem/spatial_grid</a> to cover every z level so that the coordinates of every turf in the world corresponds to one of these in
the subsystems list of grid cells by z level. each one of these contains content lists holding all atoms meeting a certain criteria that is in our borders.
these datums shouldnt have significant behavior, they should just hold data. the lists are filled and emptied by the subsystem.</td></tr><tr><th>/var/<a href="global.html#var/SSspatial_grid">SSspatial_grid</a></th><td></td></tr><tr><th><a href="code/controllers/subsystem/non_firing/SSspatial_grid.html#define/BOUNDING_BOX_MIN">BOUNDING_BOX_MIN</a></th><td>the left or bottom side index of a box composed of spatial grid cells with the given actual center x or y coordinate</td></tr><tr><th><a href="code/controllers/subsystem/non_firing/SSspatial_grid.html#define/BOUNDING_BOX_MAX">BOUNDING_BOX_MAX</a></th><td>the right or upper side index of a box composed of spatial grid cells with the given center x or y coordinate.
outputted value cant exceed the number of cells on that axis</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/BOUNDING_BOX_MAX"><aside class="declaration">#define </aside>BOUNDING_BOX_MAX<aside>(center_coord, axis_size)</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/non_firing/SSspatial_grid.dm#L213"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/non_firing/SSspatial_grid.dm 213"></a></h3><p>the right or upper side index of a box composed of spatial grid cells with the given center x or y coordinate.
outputted value cant exceed the number of cells on that axis</p><h3 id="define/BOUNDING_BOX_MIN"><aside class="declaration">#define </aside>BOUNDING_BOX_MIN<aside>(center_coord)</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/non_firing/SSspatial_grid.dm#L210"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/non_firing/SSspatial_grid.dm 210"></a></h3><p>the left or bottom side index of a box composed of spatial grid cells with the given actual center x or y coordinate</p><h3 id="define/NUMBER_OF_PREGENERATED_ORANGES_EARS"><aside class="declaration">#define </aside>NUMBER_OF_PREGENERATED_ORANGES_EARS <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/non_firing/SSspatial_grid.dm#L2"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/non_firing/SSspatial_grid.dm 2"></a></h3><p>the subsystem creates this many <a href="mob/oranges_ear.html" title="/mob/oranges_ear">/mob/oranges_ear</a> mob instances during init. allocations that require more than this create more.</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>