mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
1 line
2.9 KiB
HTML
1 line
2.9 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/voice_of_god_command - 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> — <a href="datum/voice_of_god_command.html#var">Var Details</a></header><main><h1>voice_of_god_command <aside>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs/vocal_cords.dm#L232"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs/vocal_cords.dm 232"></a></h1><p>Voice of god command datums that are used in [/proc/voice_of_god()]</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/voice_of_god_command.html#var/cooldown">cooldown</a></th><td>cooldown variable which is normally returned to [proc/voice_of_god] and used as its return value.</td></tr><tr><th><a href="datum/voice_of_god_command.html#var/is_regex">is_regex</a></th><td>Is the trigger supposed to be a regex? If so, convert it to such on New()</td></tr><tr><th><a href="datum/voice_of_god_command.html#var/trigger">trigger</a></th><td>a text string or regex that triggers the command.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/cooldown"><aside class="declaration">var </aside>cooldown <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs/vocal_cords.dm#L238"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs/vocal_cords.dm 238"></a></h3><p>cooldown variable which is normally returned to [proc/voice_of_god] and used as its return value.</p><h3 id="var/is_regex"><aside class="declaration">var </aside>is_regex <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs/vocal_cords.dm#L236"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs/vocal_cords.dm 236"></a></h3><p>Is the trigger supposed to be a regex? If so, convert it to such on New()</p><h3 id="var/trigger"><aside class="declaration">var </aside>trigger <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs/vocal_cords.dm#L234"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs/vocal_cords.dm 234"></a></h3><p>a text string or regex that triggers the command.</p></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> |