Type:Bool2: Difference between revisions

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


In the underlying runtime (.net), this takes the same amount of memory as two [[Type:Byte | bytes]]
In the underlying runtime (.net), this takes the same amount of memory as two [[Type:Byte | bytes]]
== Related Types ==
 
* [[Type:Bool | bool]]
{{Template:BoolTypes}}
* [[Type:Bool3 | bool3]]
* [[Type:Bool4 | bool4]]
* [[Type:Bobool3ol|Bobool3ol]]


[[Category:Type]]
[[Category:Type]]
[[Category:Type:Value]]
[[Category:Type:Value]]

Revision as of 22:16, 14 January 2024

A bool2 is a value type that pairs two bool values together

Usage

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

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

Related Types