mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
14 lines
1.9 KiB
HTML
14 lines
1.9 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/tgs/README.md - 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>DMAPI Internals <aside>code/modules/tgs/README.md</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/tgs/README.md"><img src="git.png" width="16" height="16" title="code/modules/tgs/README.md"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><p>This folder should be placed on it's own inside a codebase that wishes to use the TGS DMAPI. Warranty void if modified.</p>
|
|
<ul>
|
|
<li><a href="./includes.dm">includes.dm</a> is the file that should be included by DM code, it handles including the rest.</li>
|
|
<li>The <a href="./core">core</a> folder includes all code not directly part of any API version.</li>
|
|
<li>The other versioned folders contain code for the different DMAPI versions.
|
|
<ul>
|
|
<li><a href="./v3210">v3210</a> contains the final TGS3 API.</li>
|
|
<li><a href="./v4">v4</a> is the legacy DMAPI 4 (Used in TGS 4.0.X versions).</li>
|
|
<li><a href="./v5">v5</a> is the current DMAPI version used by TGS >=4.1.</li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="./LICENSE">LICENSE</a> is the MIT license for the DMAPI.</li>
|
|
</ul>
|
|
<p>APIs communicate with TGS in two ways. All versions implement TGS -> DM communication using /world/Topic. DM -> TGS communication, called the bridge method, is different for each version.</p></td></tr></table></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> |