Boolean

From Bohemia Interactive Community
Revision as of 18:02, 10 February 2021 by R3vo (talk | contribs) (fixed missing lb)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Category: Data Types
Jump to: navigation, search

Description:
A Boolean can either be true or false. Note that Booleans are real types in the scripting language.

In config.cpp (addons), a boolean is simply a poetic licence, a convenience, for a zero/non zero integer.