Type:Bool

From Resonite Wiki
Revision as of 17:25, 18 April 2025 by Yosh (talk | contribs) (touchup)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A bool (or boolean) is a value type that can be either True (on) or false (off)

Usage

Use this type whenever you need to store a value that can only be in one of two states.

Related types