code/__SANDCODE/DEFINES/misc.dm ![code/__SANDCODE/DEFINES/misc.dm0](git.png)
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 ![code/__SANDCODE/DEFINES/misc.dm 4](git.png)
A shorthand for ternary operators to simulate a null-coalescing operator. Returns the first argument if its defined, otherwise, second.
UTF8HEADER ![code/__SANDCODE/DEFINES/misc.dm 2](git.png)
Adds an utf-8 header...? only ever used on circuitry so when wiremod arrives...