Type:Bool2

From Resonite Wiki
Revision as of 21:07, 14 January 2024 by 989onan (talk | contribs) (Fix category, fix typo)

A bool2 is a value type that pairs two bool values together

Usage

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

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

Related Types