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

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{LSL Subtype Category|boolean|base=integer|cat=Permissions/Asset|more=*|description=|values=TRUE (1) or FALSE (0) *'''Note''': Some functions treat any non-zero value as…")
 
(Removed the duplicative links to the TRUE and FALSE pages.)
 
(6 intermediate revisions by 2 users 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.}}
*'''Note''': Some functions and constants may treat any non-zero value as TRUE, 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).}}

Latest revision as of 20:00, 13 May 2021