m Epsilion moved page Types:Bool3 to Type:Bool3: Making type category singular |
use template |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
A | A bool3 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]] | |||
{{Template:BoolTypes}} |