Boolean: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Killzone Kid (talk | contribs) |
||
Line 2: | Line 2: | ||
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 convenience, for a zero/non zero [[Integer]]. | |||
[[Category: Data Types]] | [[Category: Data Types]] |