Type:Bool3: Difference between revisions

From Resonite Wiki
imported>ProbablePrime
m ProbablePrime moved page Category:Types:Bool3 to Types:Bool3
 
use template
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A Bool3 is 3 [[Types:Bool|Bools]]
A bool3 is a [[Value Type | value]] type that pairs three [[Type:Bool | bool]] values together


[[Category:Types]]
== 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 [[Type:Byte | bytes]]
 
{{Template:BoolTypes}}

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