Boolean: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
'''Description:'''
=Boolean Type=
Boolean ([[true]] or [[false]]).
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 convenenience, for a zero/non zero [[Integer]]


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

Revision as of 04:12, 27 August 2007

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 convenenience, for a zero/non zero Integer