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
+4
View File
@@ -0,0 +1,4 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/datums/components/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>Datum Component System (DCS) <aside>code/datums/components/README.md</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/components/README.md"><img src="git.png" width="16" height="16" title="code/datums/components/README.md"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2 id="concept">Concept</h2>
<p>Loosely adapted from /vg/. This is an entity component system for adding behaviours to datums when inheritance doesn't quite cut it. By using signals and events instead of direct inheritance, you can inject behaviours without hacky overloads. It requires a different method of thinking, but is not hard to use correctly. If a behaviour can have application across more than one thing. Make it generic, make it a component. Atom/mob/obj event? Give it a signal, and forward it's arguments with a <code>SendSignal()</code> call. Now every component that want's to can also know about this happening.</p>
<p>See <a href="https://tgstation13.org/phpBB/viewtopic.php?f=5&amp;t=22674">this thread</a> for an introduction to the system as a whole.</p>
<h3 id="see-define-signals-and-their-arguments-in-defines-dcs-signals-dm">See/Define signals and their arguments in <a href="../../__DEFINES/dcs/signals.dm">__DEFINES\dcs\signals.dm</a></h3></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>