Type:Bool3: Difference between revisions

From Resonite Wiki
mNo edit summary
m Fix category, fix typo
Line 9: Line 9:
* [[Type:Bool2 | bool2]]
* [[Type:Bool2 | bool2]]
* [[Type:Bool4 | bool4]]
* [[Type:Bool4 | bool4]]
* [[Type:bobool3ol|bobool3ol]]  
* [[Type:Bobool3ol|Bobool3ol]]  


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

Revision as of 21:07, 14 January 2024

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