Files
GS13NG/code/modules/tgs/core.html
2025-02-05 06:19:18 +00:00

8 lines
1.8 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/tgs/core/README.md - /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></header><main><h1>Core DMAPI functions <aside>code/modules/tgs/core/README.md</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/tgs/core/README.md0"><img src="git.png" width="16" height="16" title="code/modules/tgs/core/README.md0"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><p>This folder contains all DMAPI code not directly involved in an API.</p>
<ul>
<li><a href="./definitions.dm">_definitions.dm</a> contains defines needed across DMAPI internals.</li>
<li><a href="./byond_world_export.dm">byond_world_export.dm</a> contains the default <code>/datum/tgs_http_handler</code> implementation which uses <code>world.Export()</code>.</li>
<li><a href="./core.dm">core.dm</a> contains the implementations of the <code>/world/proc/TgsXXX()</code> procs. Many map directly to the <code>/datum/tgs_api</code> functions. It also contains the /datum selection and setup code.</li>
<li><a href="./datum.dm">datum.dm</a> contains the <code>/datum/tgs_api</code> declarations that all APIs must implement.</li>
<li><a href="./tgs_version.dm">tgs_version.dm</a> contains the <code>/datum/tgs_version</code> definition</li>
</ul></td></tr></table></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>