Type:Bool4: Difference between revisions

From Resonite Wiki
mNo edit summary
use template
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:


In the underlying runtime (.net), this takes the same amount of memory as four [[Type:Byte | bytes]]
In the underlying runtime (.net), this takes the same amount of memory as four [[Type:Byte | bytes]]
== Related Types ==
* [[Type:Bool | bool]]
* [[Type:Bool2 | bool2]]
* [[Type:Bool3 | bool3]]
* [[Type:bobool3ol|bobool3ol]]


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

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