Files
2025-02-05 06:19:18 +00:00

14 lines
3.0 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/controller/subsystem/communications - /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/controller/subsystem/communications.html#proc">Proc Details</a></header><main><h1>communications <aside>/<a href="datum.html">datum</a>/<a href="datum/controller/subsystem.html">controller/subsystem</a>/<a href="datum/controller/subsystem/communications.html">communications</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/controllers/subsystem/communications.dm#L5"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/communications.dm 5"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="datum/controller/subsystem/communications.html#proc/can_make_emergency_meeting">can_make_emergency_meeting</a></th><td>Check if a mob can call an emergency meeting</td></tr><tr><th><a href="datum/controller/subsystem/communications.html#proc/emergency_meeting">emergency_meeting</a></th><td>Call an emergency meeting</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/can_make_emergency_meeting"><aside class="declaration">proc </aside>can_make_emergency_meeting<aside>(/<a href="mob.html">mob</a>/<a href="mob/living.html">living</a>/user) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/controllers/subsystem/communications.dm#L41"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/communications.dm 41"></a></aside></h3><p>Check if a mob can call an emergency meeting</p>
<p>Should only really happen during april fools.
Checks to see that it's been at least 5 minutes since the last emergency meeting call.
Arguments:</p>
<ul>
<li>user - Mob who called the meeting</li>
</ul><h3 id="proc/emergency_meeting"><aside class="declaration">proc </aside>emergency_meeting<aside>(/<a href="mob.html">mob</a>/<a href="mob/living.html">living</a>/user) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/controllers/subsystem/communications.dm#L58"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/communications.dm 58"></a></aside></h3><p>Call an emergency meeting</p>
<p>Communications subsystem wrapper for the call_emergency_meeting world proc.
Checks to make sure the proc can be called, and handles
relevant logging and timing. See that proc definition for more detail.
Arguments:</p>
<ul>
<li>user - Mob who called the meeting</li>
</ul></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>