====== Flag ====== General purpose flag definition. ===== Syntax ===== Flag { ID = ""; Value = 0; Info = ""; } ==== ID ==== Unique identifying name by which the flag will be known. ==== Value ==== **Unsigned** value (i.e., >= 0) associated with the flag. ==== Info ==== Short text string intended for describing the flag's purpose. (Doomsday ignores this). ===== Examples ===== Flag { ID = "UltimateAnswer"; Value = 42; Info = "The meaning of life"; } ===== See also ===== * [[flags_reference|DED flags reference]]