Type:Bool3

From Resonite Wiki
Revision as of 22:39, 14 January 2024 by 989onan (talk | contribs) (use template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A bool3 is a value type that pairs three bool values together

Usage

Use this type whenever you need to store three bool values together.

In the underlying runtime (.net), this takes the same amount of memory as three bytes

Related Types