code/__DEFINES/_helpers.dm ![code/__DEFINES/_helpers.dm0](git.png)
STRINGIFY | Stringifies whatever you put into it. |
---|---|
subtypesof | subtypesof(), typesof() without the parent path |
UNTIL | Until a condition is true, sleep |
SLEEP_NOT_DEL | Sleep if we haven't been deleted Otherwise, return |
text_ref | Takes a datum as input, returns its ref string |
EMPTY_BLOCK_GUARD | A null statement to guard against EmptyBlock lint without necessitating the use of pass() Used to avoid proc-call overhead. But use sparingly. Probably pointless in most places. |
Define Details
EMPTY_BLOCK_GUARD ![code/__DEFINES/_helpers.dm 38](git.png)
A null statement to guard against EmptyBlock lint without necessitating the use of pass() Used to avoid proc-call overhead. But use sparingly. Probably pointless in most places.
SLEEP_NOT_DEL ![code/__DEFINES/_helpers.dm 22](git.png)
Sleep if we haven't been deleted Otherwise, return
STRINGIFY ![code/__DEFINES/_helpers.dm 12](git.png)
Stringifies whatever you put into it.
UNTIL ![code/__DEFINES/_helpers.dm 18](git.png)
Until a condition is true, sleep
subtypesof ![code/__DEFINES/_helpers.dm 15](git.png)
subtypesof(), typesof() without the parent path
text_ref ![code/__DEFINES/_helpers.dm 29](git.png)
Takes a datum as input, returns its ref string