Boolean: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (it sure is a convenenenenenenenience!)
Line 4: Line 4:
Note that Booleans are '''real''' types in the scripting language.
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]]
In config.cpp (addons), a boolean is simply a poetic licence, a convenience, for a zero/non zero [[Integer]].


[[Category: Data Types]]
[[Category: Data Types]]

Revision as of 00:30, 1 February 2011

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.