Boolean: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Reverted edits by Heecf..... (talk) to last revision by RKurtzDmitriyev)
m (fixed missing lb)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=Boolean Type=
'''Description:'''<br>
Boolean ([[true]] or [[false]]).
A [[Boolean]] can either be [[true]] or [[false]].
 
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]]

Latest revision as of 18:02, 10 February 2021

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.