Type:Bool4: Difference between revisions

From Resonite Wiki
imported>ProbablePrime
m ProbablePrime moved page Category:Types:Bool4 to Types:Bool4
 
use template
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A Bool4 is 4 [[Types:Bool|Bools]]
A bool4 is a [[Value Type | value]] type that pairs four [[Type:Bool | bool]] values together
[[Category:Types]]
 
== Usage ==
Use this type whenever you need to store four bool values together.
 
In the underlying runtime (.net), this takes the same amount of memory as four [[Type:Byte | bytes]]
 
{{Template:BoolTypes}}

Latest revision as of 22:39, 14 January 2024

A bool4 is a value type that pairs four bool values together

Usage

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

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

Related Types