Boolean

From Valve Developer Community
Revision as of 13:43, 12 February 2008 by JeffLane (talk | contribs) (Reverted edit of VitrcRicda, changed back to last version by Etset)
Jump to navigation Jump to search

A boolean is a data type that is either enabled or disabled. In code, it can be denoted by the keywords true and false. Otherwise, it is denoted as 1 for enabled and 0 for disabled.