Boolean

From Bohemia Interactive Community
Revision as of 01:09, 13 July 2016 by Killzone Kid (talk | contribs) (Reverted edits by Mikero (talk) to last revision by T DBot)
Jump to navigation Jump to search

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.