Difference between revisions of "ObjectType:bool"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
== Methods ==
 
== Methods ==
 
* '''Toggle''': Toggles between TRUE and FALSE
 
* '''Toggle''': Toggles between TRUE and FALSE
* '''Set['''formula''']''': Sets this bool to a specific value
+
* '''Set['''[[LavishScript:Mathematical Formulae|formula]]''']''': Sets this bool to a specific value
  
 
== Returns ==
 
== Returns ==

Revision as of 14:10, 19 July 2005

Description

Short for boolean, a bool groups all numbers into exactly two categories, one called TRUE and one called FALSE. The TRUE category is made up of all numbers except for zero, and the FALSE category is made up of only zero.

Members

(none)

Methods

  • Toggle: Toggles between TRUE and FALSE
  • Set[formula]: Sets this bool to a specific value

Returns

TRUE or FALSE

Examples

See Also