Type:UShort: Difference between revisions

From Resonite Wiki
cleanup, clarify no vectors, value type category
link short
 
Line 2: Line 2:


Unlike the larger integer types, UShorts do not have a vector analogue in-game.
Unlike the larger integer types, UShorts do not have a vector analogue in-game.
== See Also ==
* [[Type:Short]]


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

Latest revision as of 20:41, 17 August 2024

A UShort is an unsigned, 16-bit integer that can take any value from 0 to 65535.

Unlike the larger integer types, UShorts do not have a vector analogue in-game.

See Also