Daedalus Dock - Modules - TypesDefine Details

code/__DEFINES/_helpers.dm

STRINGIFYStringifies whatever you put into it.
subtypesofsubtypesof(), typesof() without the parent path
UNTILUntil a condition is true, sleep
list_clear_nullsClears all nulls in a list, returning the amount removed.
HAS_CONNECTED_PLAYERAbstraction 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