Files
Bubberstation/code/_globalvars/lists/wiremod.dm
SkyratBot b37a8b5ef0 [MIRROR] Circuit submodules (#6980)
* Circuit submodules (#60109)

Adds the module component that is basically a subroutine. Allows you to compact your logic into a bunch of functions.

* Circuit submodules

Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com>
2021-07-19 20:12:15 +12:00

10 lines
166 B
Plaintext

GLOBAL_LIST_INIT(wiremod_types, list(
PORT_TYPE_ANY,
PORT_TYPE_STRING,
PORT_TYPE_NUMBER,
PORT_TYPE_SIGNAL,
PORT_TYPE_LIST,
PORT_TYPE_TABLE,
PORT_TYPE_ATOM,
))