cleanup, clarify no vectors/matrices, add value type category |
link ushort |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
A '''short''' is a [https://en.wikipedia.org/wiki/Signedness signed], 16-bit integer that can take any value from <code>-32768</code> to <code>32767</code>. | A '''short''' is a [https://en.wikipedia.org/wiki/Signedness signed], 16-bit integer that can take any value from <code>-32768</code> to <code>32767</code>. | ||
Unlike the | Unlike the larger integer types, shorts do not have a vector analogue in-game. | ||
== See Also == | |||
* [[Type:UShort]] | |||
[[Category:Type]] | [[Category:Type]] | ||
[[Category:Value Types]] | [[Category:Value Types]] |
Latest revision as of 20:40, 17 August 2024
A short is a signed, 16-bit integer that can take any value from -32768
to 32767
.
Unlike the larger integer types, shorts do not have a vector analogue in-game.