SPLURT Station 13 - Modules - TypesDefine Details

code/__SANDCODE/DEFINES/misc.dm

UTF8HEADERAdds an utf-8 header...? only ever used on circuitry so when wiremod arrives...
NULL_COALESCEA shorthand for ternary operators to simulate a null-coalescing operator. Returns the first argument if its defined, otherwise, second.

Define Details

NULL_COALESCE

A shorthand for ternary operators to simulate a null-coalescing operator. Returns the first argument if its defined, otherwise, second.

UTF8HEADER

Adds an utf-8 header...? only ever used on circuitry so when wiremod arrives...