mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 14:51:27 +00:00
7 lines
208 B
Plaintext
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
|