Difference between revisions of "Category:LSL Integer/boolean"

From Second Life Wiki
Jump to navigation Jump to search
m (copy error?)
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{LSL Subtype Category|boolean|base=integer|cat=Permissions/Asset|more=*|description=|values=[[TRUE]] (1) or [[FALSE]] (0)
{{LSL Subtype Category|boolean|base=integer|more=*|description=|values=[[TRUE]] (1) or [[FALSE]] (0)
*'''Note''': Some functions treat any non-zero value as if it were TRUE, some only treat 1 as TRUE. It is best to only use TRUE and FALSE values and not use other non-zero values.}}
*'''Note''': Some functions and constants may treat any non-zero value as either [[TRUE]] of [[FALSE]], some only treat 1 as [[TRUE]] and 0 as [[FALSE]]. It is best to only use [[TRUE]] (1) or [[FALSE]] (0) values and not use other values (whether or not you use the constants by name is up to you).}}

Revision as of 09:48, 3 May 2014