cleanup, clarify no vectors, value type category |
m cat |
||
(One intermediate revision by the same user not shown) | |||
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 | [[Category:Value types]] |
Latest revision as of 17:28, 18 April 2025
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.