code/__DEFINES/_helpers.dm
STRINGIFY | Stringifies whatever you put into it. |
---|---|
subtypesof | subtypesof(), typesof() without the parent path |
UNTIL | Until a condition is true, sleep |
list_clear_nulls | Clears all nulls in a list, returning the amount removed. |
Define Details
STRINGIFY
Stringifies whatever you put into it.
UNTIL
Until a condition is true, sleep
list_clear_nulls
Clears all nulls in a list, returning the amount removed.
subtypesof
subtypesof(), typesof() without the parent path