Type:Bool3: Difference between revisions

From Resonite Wiki
m Fix category, fix typo
use template
 
Line 5: Line 5:


In the underlying runtime (.net), this takes the same amount of memory as three [[Type:Byte | bytes]]
In the underlying runtime (.net), this takes the same amount of memory as three [[Type:Byte | bytes]]
== Related Types ==
* [[Type:Bool | bool]]
* [[Type:Bool2 | bool2]]
* [[Type:Bool4 | bool4]]
* [[Type:Bobool3ol|Bobool3ol]]


[[Category:Type]]
{{Template:BoolTypes}}
[[Category:Type:Value]]

Latest revision as of 22:39, 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