/tg/ Station 13 - Modules - Types

code/_globalvars/bitfields.dm

/datum/bitfieldSpecifies a bitfield for smarter debugging
/proc/generate_bitfieldsTurns /datum/bitfield subtypes into a list for use in debugging
/proc/get_valid_bitflagsReturns an associative list of bitflag name -> number for all valid bitflags in the passed in field
/var/_bitfield_flags_invItem obscured flags
/var/_bitfield_transparent_protectionItem coverage flags
/var/_bitfield_obscured_slotsMob obscured flags
/var/_bitfield_covered_slotsMob covered flags