Boolean

From Bohemia Interactive Community
Revision as of 01:23, 21 August 2012 by T D (talk | contribs) (Reverted edits by Heecf..... (talk) to last revision by RKurtzDmitriyev)

Category: Data Types

Boolean Type

Boolean (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.