User Tools

Site Tools


ded:flag

Table of Contents

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

ded/flag.txt · Last modified: 2017-03-20 18:01 by skyjake