Files
Paradise/code/_globalvars/bitfields.dm

7 lines
208 B
Plaintext

/// Specifies a bitfield for smarter debugging
/datum/bitfield
/// The variable name that contains the bitfield
var/variable
/// An associative list of the readable flag and its true value
var/list/flags