code/__DEFINES/flags.dm

MAX_BITFLAG_DIGITS | 33554431 (2^24 - 1) is the maximum value our bitflags can reach. |
---|---|
ALL_CARDINALS | All the cardinal direction bitflags. |
UPDATE_NAME | Update the atom's name |
UPDATE_DESC | Update the atom's desc |
UPDATE_ICON_STATE | Update the atom's icon state |
UPDATE_OVERLAYS | Update the atom's overlays |
UPDATE_ICON | Update the atom's icon |
ADD_KEEP_TOGETHER | TODO 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