SS1984 - Modules - Types

code/_globalvars/bitfields/_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
/proc/get_matching_bitflagsReturns null if no such field exists, a list of all matching flags by name otherwise