byond - Modules - TypesDefine Details

code/__DEFINES/flags.dm

MAX_BITFLAG_DIGITS33554431 (2^24 - 1) is the maximum value our bitflags can reach.
ALL_CARDINALSAll the cardinal direction bitflags.
UPDATE_NAMEUpdate the atom's name
UPDATE_DESCUpdate the atom's desc
UPDATE_ICON_STATEUpdate the atom's icon state
UPDATE_OVERLAYSUpdate the atom's overlays
UPDATE_ICONUpdate the atom's icon
ADD_KEEP_TOGETHERTODO ENSURE EVERYTHING THAT SHOULD BE USING THIS IS!!

Define Details

ADD_KEEP_TOGETHER

TODO ENSURE EVERYTHING THAT SHOULD BE USING THIS IS!!

ALL_CARDINALS

All the cardinal direction bitflags.

MAX_BITFLAG_DIGITS

33554431 (2^24 - 1) is the maximum value our bitflags can reach.

UPDATE_DESC

Update the atom's desc

UPDATE_ICON

Update the atom's icon

UPDATE_ICON_STATE

Update the atom's icon state

UPDATE_NAME

Update the atom's name

UPDATE_OVERLAYS

Update the atom's overlays