/tg/ Station 13 - Modules - TypesDefine Details

modular_bandastation/_defines220/code/defines/misc.dm

NOOPDo (almost) nothing - indev placeholder for switch case implementations etc
LAZYCOPY_RANGECopies the L from element START to elememt END if L is initialized, otherwise returns an empty list.
LAZYCUTCuts 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