Type:Bool3: Difference between revisions

From Resonite Wiki
m Epsilion moved page Types:Bool3 to Type:Bool3: Making type category singular
mNo edit summary
Line 1: Line 1:
A Bool3 is 3 [[Types:Bool|Bools]]
A bool2 is a [[Value Type | value]] type that pairs three [[Type:Bool | 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 [[Type:Byte | bytes]]
== Related Types ==
* [[Type:Bool | bool]]
* [[Type:Bool2 | bool2]]
* [[Type:Bool4 | bool4]]
* [[Type:bobool3ol|bobool3ol]]  


[[Category:Types]]
[[Category:Types]]
[[Category:Types:Value]]

Revision as of 18:14, 14 January 2024

A bool2 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