Deploy to GitHub pages

This commit is contained in:
github-actions[bot]
2026-08-29 04:21:41 +00:00
committed by GitHub
commit 48214b986e
2871 changed files with 11925 additions and 0 deletions
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/game/objects/effects/spawners/random/pool/lavaland_pools.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></header><main><h1>code/game/objects/effects/spawners/random/pool/lavaland_pools.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/game/objects/effects/spawners/random/pool/lavaland_pools.dm"><img src="git.png" width="16" height="16" title="code/game/objects/effects/spawners/random/pool/lavaland_pools.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/effect/spawner.html">effect/spawner</a>/<a href="obj/effect/spawner/random.html">random</a>/lavaland_fauna</th><td>Wrapper spawner for lavaland fauna</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/edee60476d21ee840643bd1abe7f6003a8c65773">edee604</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>code/game/objects/effects/spawners/random/pool/pool_spawner.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></header><main><h1>code/game/objects/effects/spawners/random/pool/pool_spawner.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/game/objects/effects/spawners/random/pool/pool_spawner.dm"><img src="git.png" width="16" height="16" title="code/game/objects/effects/spawners/random/pool/pool_spawner.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="obj/effect/spawner/random/pool.html">/obj/effect/spawner/random/pool</a></th><td>A random spawner managed by a <a href="datum/spawn_pool.html" title="/datum/spawn_pool">/datum/spawn_pool</a>.</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/edee60476d21ee840643bd1abe7f6003a8c65773">edee604</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,3 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/game/objects/effects/spawners/random/pool/spawn_pool.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></header><main><h1>code/game/objects/effects/spawners/random/pool/spawn_pool.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/game/objects/effects/spawners/random/pool/spawn_pool.dm"><img src="git.png" width="16" height="16" title="code/game/objects/effects/spawners/random/pool/spawn_pool.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/spawn_pool.html">/datum/spawn_pool</a></th><td>Keeps track of the available points for a given pool, as well as any
spawners that need to keep track globally of the number of any specific item
that they spawn.</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/edee60476d21ee840643bd1abe7f6003a8c65773">edee604</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,3 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/game/objects/effects/spawners/random/pool/spawn_pool_manager.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></header><main><h1>code/game/objects/effects/spawners/random/pool/spawn_pool_manager.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/game/objects/effects/spawners/random/pool/spawn_pool_manager.dm"><img src="git.png" width="16" height="16" title="code/game/objects/effects/spawners/random/pool/spawn_pool_manager.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/spawn_pool_manager</th><td>The singleton which keeps track of all spawn pools.
All known <a href="datum/spawn_pool.html" title="/datum/spawn_pool">/datum/spawn_pool</a> subtypes are registered
to it and are processed in SSlate_mapping.</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/edee60476d21ee840643bd1abe7f6003a8c65773">edee604</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>