Boolean

From Virtual Paradise Wiki
Revision as of 05:23, 12 September 2026 by Talisan (talk | contribs) (Created page with "== Boolean Values == A '''Boolean value''' is a value that can have one of two possible states: * '''True''' — enabled, active, or valid. * '''False''' — disabled, inactive, or not valid. Boolean values are commonly represented in the following ways: * '''1''' = True * '''0''' = False * '''true''' = True * '''false''' = False * '''yes''' = True * '''no''' = False * '''on''' = True * '''off''' = False Most of these are interchangable. === Examples === create s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Boolean Values

A Boolean value is a value that can have one of two possible states:

  • True — enabled, active, or valid.
  • False — disabled, inactive, or not valid.

Boolean values are commonly represented in the following ways:

  • 1 = True
  • 0 = False
  • true = True
  • false = False
  • yes = True
  • no = False
  • on = True
  • off = False

Most of these are interchangable.

Examples

create solid no

A normally solid model will no longer be solid, allowing an avatar to pass through it without pressing the Shift key in the browser.