mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-25 06:07:36 +01:00
7 lines
4.4 KiB
HTML
7 lines
4.4 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/__DEFINES/language.dm - /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="code/__DEFINES/language.html#define">Define Details</a></header><main><h1>code/__DEFINES/language.dm <a href="https://github.com/evilew/GS13-Citadel/blob/26e2b96b19428762e9aa55b5eca88d72c6c6b7ed/code/__DEFINES/language.dm0"><img src="git.png" width="16" height="16" title="code/__DEFINES/language.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/__DEFINES/language.html#define/LANGUAGE_ALL">LANGUAGE_ALL</a></th><td>For use in full removal only.</td></tr><tr><th><a href="code/__DEFINES/language.html#define/LANGUAGE_ATOM">LANGUAGE_ATOM</a></th><td>Language is linked to the movable directly.</td></tr><tr><th><a href="code/__DEFINES/language.html#define/LANGUAGE_MIND">LANGUAGE_MIND</a></th><td>Language is linked to the mob's mind.
|
|
If a mind transfer happens, language follows.</td></tr><tr><th><a href="code/__DEFINES/language.html#define/LANGUAGE_SPECIES">LANGUAGE_SPECIES</a></th><td>Language is linked to the mob's species.
|
|
If a species change happens, language goes away.
|
|
If applied to a non-human (no species) atom, this is effectively the same as <a href="code/__DEFINES/language.html#define/LANGUAGE_ATOM" title="LANGUAGE_ATOM">LANGUAGE_ATOM</a>.</td></tr><tr><th><a href="code/__DEFINES/language.html#define/SPOKEN_LANGUAGE">SPOKEN_LANGUAGE</a></th><td>This language can be spoken.</td></tr><tr><th><a href="code/__DEFINES/language.html#define/UNDERSTOOD_LANGUAGE">UNDERSTOOD_LANGUAGE</a></th><td>This language can be understood.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/LANGUAGE_ALL"><aside class="declaration">#define </aside>LANGUAGE_ALL <a href="https://github.com/evilew/GS13-Citadel/blob/26e2b96b19428762e9aa55b5eca88d72c6c6b7ed/code/__DEFINES/language.dm#L8"><img src="git.png" width="16" height="16" title="code/__DEFINES/language.dm 8"></a></h3><p>For use in full removal only.</p><h3 id="define/LANGUAGE_ATOM"><aside class="declaration">#define </aside>LANGUAGE_ATOM <a href="https://github.com/evilew/GS13-Citadel/blob/26e2b96b19428762e9aa55b5eca88d72c6c6b7ed/code/__DEFINES/language.dm#L11"><img src="git.png" width="16" height="16" title="code/__DEFINES/language.dm 11"></a></h3><p>Language is linked to the movable directly.</p><h3 id="define/LANGUAGE_MIND"><aside class="declaration">#define </aside>LANGUAGE_MIND <a href="https://github.com/evilew/GS13-Citadel/blob/26e2b96b19428762e9aa55b5eca88d72c6c6b7ed/code/__DEFINES/language.dm#L14"><img src="git.png" width="16" height="16" title="code/__DEFINES/language.dm 14"></a></h3><p>Language is linked to the mob's mind.
|
|
If a mind transfer happens, language follows.</p><h3 id="define/LANGUAGE_SPECIES"><aside class="declaration">#define </aside>LANGUAGE_SPECIES <a href="https://github.com/evilew/GS13-Citadel/blob/26e2b96b19428762e9aa55b5eca88d72c6c6b7ed/code/__DEFINES/language.dm#L18"><img src="git.png" width="16" height="16" title="code/__DEFINES/language.dm 18"></a></h3><p>Language is linked to the mob's species.
|
|
If a species change happens, language goes away.
|
|
If applied to a non-human (no species) atom, this is effectively the same as <a href="code/__DEFINES/language.html#define/LANGUAGE_ATOM" title="LANGUAGE_ATOM">LANGUAGE_ATOM</a>.</p><h3 id="define/SPOKEN_LANGUAGE"><aside class="declaration">#define </aside>SPOKEN_LANGUAGE <a href="https://github.com/evilew/GS13-Citadel/blob/26e2b96b19428762e9aa55b5eca88d72c6c6b7ed/code/__DEFINES/language.dm#L42"><img src="git.png" width="16" height="16" title="code/__DEFINES/language.dm 42"></a></h3><p>This language can be spoken.</p><h3 id="define/UNDERSTOOD_LANGUAGE"><aside class="declaration">#define </aside>UNDERSTOOD_LANGUAGE <a href="https://github.com/evilew/GS13-Citadel/blob/26e2b96b19428762e9aa55b5eca88d72c6c6b7ed/code/__DEFINES/language.dm#L44"><img src="git.png" width="16" height="16" title="code/__DEFINES/language.dm 44"></a></h3><p>This language can be understood.</p></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/26e2b96b19428762e9aa55b5eca88d72c6c6b7ed">26e2b96</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html> |