Type:Bool3: Difference between revisions

From Resonite Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
A bool2 is a [[Value Type | value]] type that pairs three [[Type:Bool | bool]] values together
A bool3 is a [[Value Type | value]] type that pairs three [[Type:Bool | bool]] values together


== Usage ==
== Usage ==

Revision as of 18:15, 14 January 2024

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