code/__DEFINES/preferences_defines.dm 
PREFTOGGLE_SPECIAL | Special toggles, stuff that just overrides set_toggles entirely |
---|---|
PREFTOGGLE_SOUND | Interacts with the sound bitflag |
PREFTOGGLE_LIGHT | Interacts with the light bitflag |
PREFTOGGLE_TOGGLE1 | Interacts with the toggles bitflag |
PREFTOGGLE_TOGGLE2 | Interacts with the toggles2 bitflag |
_2FA_DISABLED | Client has 2FA disabled |
_2FA_ENABLED_IP | Client will be prompted for 2FA on IP changes |
_2FA_ENABLED_ALWAYS | Client will be prompted for 2FA always |
Define Details
PREFTOGGLE_LIGHT 
Interacts with the light bitflag
PREFTOGGLE_SOUND 
Interacts with the sound bitflag
PREFTOGGLE_SPECIAL 
Special toggles, stuff that just overrides set_toggles entirely
PREFTOGGLE_TOGGLE1 
Interacts with the toggles bitflag
PREFTOGGLE_TOGGLE2 
Interacts with the toggles2 bitflag
_2FA_DISABLED 
Client has 2FA disabled
_2FA_ENABLED_ALWAYS 
Client will be prompted for 2FA always
_2FA_ENABLED_IP 
Client will be prompted for 2FA on IP changes