Files
Paradise/code/__DEFINES/preferences_defines.html

1 line
5.8 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/__DEFINES/preferences_defines.dm - 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="code/__DEFINES/preferences_defines.html#define">Define Details</a></header><main><h1>code/__DEFINES/preferences_defines.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/preferences_defines.dm"><img src="git.png" width="16" height="16" title="code/__DEFINES/preferences_defines.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/__DEFINES/preferences_defines.html#define/PREFTOGGLE_SPECIAL">PREFTOGGLE_SPECIAL</a></th><td>Special toggles, stuff that just overrides set_toggles entirely</td></tr><tr><th><a href="code/__DEFINES/preferences_defines.html#define/PREFTOGGLE_SOUND">PREFTOGGLE_SOUND</a></th><td>Interacts with the sound bitflag</td></tr><tr><th><a href="code/__DEFINES/preferences_defines.html#define/PREFTOGGLE_LIGHT">PREFTOGGLE_LIGHT</a></th><td>Interacts with the light bitflag</td></tr><tr><th><a href="code/__DEFINES/preferences_defines.html#define/PREFTOGGLE_TOGGLE1">PREFTOGGLE_TOGGLE1</a></th><td>Interacts with the toggles bitflag</td></tr><tr><th><a href="code/__DEFINES/preferences_defines.html#define/PREFTOGGLE_TOGGLE2">PREFTOGGLE_TOGGLE2</a></th><td>Interacts with the toggles2 bitflag</td></tr><tr><th><a href="code/__DEFINES/preferences_defines.html#define/PREFTOGGLE_TOGGLE3">PREFTOGGLE_TOGGLE3</a></th><td>Interacts with the toggles3 bitflag</td></tr><tr><th><a href="code/__DEFINES/preferences_defines.html#define/_2FA_DISABLED">_2FA_DISABLED</a></th><td>Client has 2FA disabled</td></tr><tr><th><a href="code/__DEFINES/preferences_defines.html#define/_2FA_ENABLED_IP">_2FA_ENABLED_IP</a></th><td>Client will be prompted for 2FA on IP changes</td></tr><tr><th><a href="code/__DEFINES/preferences_defines.html#define/_2FA_ENABLED_ALWAYS">_2FA_ENABLED_ALWAYS</a></th><td>Client will be prompted for 2FA always</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/PREFTOGGLE_LIGHT"><aside class="declaration">#define </aside>PREFTOGGLE_LIGHT <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/preferences_defines.dm#L119"><img src="git.png" width="16" height="16" title="code/__DEFINES/preferences_defines.dm 119"></a></h3><p>Interacts with the light bitflag</p><h3 id="define/PREFTOGGLE_SOUND"><aside class="declaration">#define </aside>PREFTOGGLE_SOUND <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/preferences_defines.dm#L117"><img src="git.png" width="16" height="16" title="code/__DEFINES/preferences_defines.dm 117"></a></h3><p>Interacts with the sound bitflag</p><h3 id="define/PREFTOGGLE_SPECIAL"><aside class="declaration">#define </aside>PREFTOGGLE_SPECIAL <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/preferences_defines.dm#L115"><img src="git.png" width="16" height="16" title="code/__DEFINES/preferences_defines.dm 115"></a></h3><p>Special toggles, stuff that just overrides set_toggles entirely</p><h3 id="define/PREFTOGGLE_TOGGLE1"><aside class="declaration">#define </aside>PREFTOGGLE_TOGGLE1 <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/preferences_defines.dm#L121"><img src="git.png" width="16" height="16" title="code/__DEFINES/preferences_defines.dm 121"></a></h3><p>Interacts with the toggles bitflag</p><h3 id="define/PREFTOGGLE_TOGGLE2"><aside class="declaration">#define </aside>PREFTOGGLE_TOGGLE2 <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/preferences_defines.dm#L123"><img src="git.png" width="16" height="16" title="code/__DEFINES/preferences_defines.dm 123"></a></h3><p>Interacts with the toggles2 bitflag</p><h3 id="define/PREFTOGGLE_TOGGLE3"><aside class="declaration">#define </aside>PREFTOGGLE_TOGGLE3 <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/preferences_defines.dm#L125"><img src="git.png" width="16" height="16" title="code/__DEFINES/preferences_defines.dm 125"></a></h3><p>Interacts with the toggles3 bitflag</p><h3 id="define/_2FA_DISABLED"><aside class="declaration">#define </aside>_2FA_DISABLED <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/preferences_defines.dm#L169"><img src="git.png" width="16" height="16" title="code/__DEFINES/preferences_defines.dm 169"></a></h3><p>Client has 2FA disabled</p><h3 id="define/_2FA_ENABLED_ALWAYS"><aside class="declaration">#define </aside>_2FA_ENABLED_ALWAYS <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/preferences_defines.dm#L173"><img src="git.png" width="16" height="16" title="code/__DEFINES/preferences_defines.dm 173"></a></h3><p>Client will be prompted for 2FA always</p><h3 id="define/_2FA_ENABLED_IP"><aside class="declaration">#define </aside>_2FA_ENABLED_IP <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/preferences_defines.dm#L171"><img src="git.png" width="16" height="16" title="code/__DEFINES/preferences_defines.dm 171"></a></h3><p>Client will be prompted for 2FA on IP changes</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>