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 |
| SLEEP_NOT_DEL | Sleep if we haven't been deleted Otherwise, return |
| text_ref | Takes a datum as input, returns its ref string |
Define Details
SLEEP_NOT_DEL
Sleep if we haven't been deleted Otherwise, return
STRINGIFY
Stringifies whatever you put into it.
UNTIL
Until a condition is true, sleep
subtypesof
subtypesof(), typesof() without the parent path
text_ref
Takes a datum as input, returns its ref string