Files
GS13NG/datum/map_generator.html
2025-02-05 06:19:18 +00:00

1 line
2.0 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/map_generator - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a><a href="datum/map_generator.html#proc">Proc Details</a></header><main><h1>map_generator <aside>/<a href="datum.html">datum</a>/<a href="datum/map_generator.html">map_generator</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/mapgen/_MapGenerator.dm#L2"><img src="git.png" width="16" height="16" title="code/datums/mapgen/_MapGenerator.dm 2"></a></h1><p>This type is responsible for any map generation behavior that is done in areas, override this to allow for area-specific map generation. This generation is ran by areas in initialize.</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="datum/map_generator.html#proc/generate_terrain">generate_terrain</a></th><td>This proc will be ran by areas on Initialize, and provides the areas turfs as argument to allow for generation.</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/generate_terrain"><aside class="declaration">proc </aside>generate_terrain<aside>(/list/turfs) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/mapgen/_MapGenerator.dm#L5"><img src="git.png" width="16" height="16" title="code/datums/mapgen/_MapGenerator.dm 5"></a></aside></h3><p>This proc will be ran by areas on Initialize, and provides the areas turfs as argument to allow for generation.</p></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>