modular_bandastation/_defines220/code/defines/misc.dm
NOOP | Do (almost) nothing - indev placeholder for switch case implementations etc |
---|---|
LAZYCOPY_RANGE | Copies the L from element START to elememt END if L is initialized, otherwise returns an empty list. |
LAZYCUT | Cuts the L from element START to elememt END if L is initialized, otherwise returns an empty list. |
Define Details
LAZYCOPY_RANGE
Copies the L from element START to elememt END if L is initialized, otherwise returns an empty list.
LAZYCUT
Cuts the L from element START to elememt END if L is initialized, otherwise returns an empty list.
NOOP
Do (almost) nothing - indev placeholder for switch case implementations etc