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. |
| HAS_CONNECTED_PLAYER | Abstraction over using mob.client to just check if there's a connected player. |
Define Details
HAS_CONNECTED_PLAYER 
Abstraction over using mob.client to just check if there's a connected player.
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