Boolean: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) (Hammer doesn't have that concept - there are only additive brushes) |
TomEdwards (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{otherlang2| | {{otherlang2| | ||
ru = Boolean:ru}}A '''boolean''' value is either "on" or "off". When enabled it is denoted with <code>true</code> or <code>1</code>, and when disabled it is denoted with <code>false</code> or <code>0</code>. | ru = Boolean:ru}}A '''boolean''' value is either "on" or "off". When enabled it is denoted with <code>true</code> or <code>1</code>, and when disabled it is denoted with <code>false</code> or <code>0</code>. | ||
[[Material]]s use 1 and 0. C++ code generally uses true and false. | |||
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 10:09, 3 May 2010
Template:Otherlang2A boolean value is either "on" or "off". When enabled it is denoted with true
or 1
, and when disabled it is denoted with false
or 0
.
Materials use 1 and 0. C++ code generally uses true and false.