code/__SANDCODE/DEFINES/misc.dm
UTF8HEADER | Adds an utf-8 header...? only ever used on circuitry so when wiremod arrives... |
---|---|
NULL_COALESCE | A 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...