/tg/ Station 13 - Modules - TypesDefine Details

code/game/machinery/iv_drip.dm

IV_TAKINGIV drip operation mode when it sucks blood from the object
IV_INJECTINGIV drip operation mode when it injects reagents into the object
IV_TRANSFER_RATE_STEPWhat the transfer rate value is rounded to
MIN_IV_TRANSFER_RATEMinimum possible IV drip transfer rate in units per second
MAX_IV_TRANSFER_RATEMaximum possible IV drip transfer rate in units per second
DEFAULT_IV_TRANSFER_RATEDefault IV drip transfer rate in units per second
/obj/machinery/iv_dripUniversal IV that can drain blood or feed reagents over a period of time from or to a replaceable container

Define Details

DEFAULT_IV_TRANSFER_RATE

Default IV drip transfer rate in units per second

IV_INJECTING

IV drip operation mode when it injects reagents into the object

IV_TAKING

IV drip operation mode when it sucks blood from the object

IV_TRANSFER_RATE_STEP

What the transfer rate value is rounded to

MAX_IV_TRANSFER_RATE

Maximum possible IV drip transfer rate in units per second

MIN_IV_TRANSFER_RATE

Minimum possible IV drip transfer rate in units per second