Boolean: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Hammer doesn't have that concept - there are only additive brushes)
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>.
To perform a Boolean operation in hammer, see [[Reshaping_Solids#Carving]]


[[Category:Glossary]]
[[Category:Glossary]]

Revision as of 16:42, 21 February 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.