Type:Bool2: Difference between revisions

From Resonite Wiki
m add template
fix template usage
 
Line 7: Line 7:


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

Latest revision as of 22:36, 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