Boolean

From Valve Developer Community
Revision as of 12:23, 12 January 2024 by WisdomBot (talk | contribs) (Preparing page for move. This action was perfomed by a bot.)
Jump to navigation Jump to search
English (en)Deutsch (de)Español (es)Hrvatski (hr)Русский (ru)中文 (zh)Translate (Translate)

A boolean value is a toggle used in programming that is inherently exclusively either "on" or "off". When enabled it is denoted with true or 1, and with false or 0 when disabled, depending on the syntax of the language being used.

Its use varies in different areas of the engine:

Certain file types used in Source also do not typically use booleans: