User Guide
Quick Reference
Modding
Development
User Guide
Quick Reference
Modding
Development
General purpose flag definition.
Flag { ID = ""; Value = 0; Info = ""; }
Unique identifying name by which the flag will be known.
Unsigned value (i.e., >= 0) associated with the flag.
Short text string intended for describing the flag's purpose. (Doomsday ignores this).
Flag { ID = "UltimateAnswer"; Value = 42; Info = "The meaning of life"; }