Short: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[category:variables]][[category:Glossary]]
[[category:variables]][[category:Glossary]]


A 16-bit [[integer]].
A signed [[integer]] type.
C++ standards guarantee it is at least 16 bits, and no longer than type [[integer]].


{{stub}}
{{stub}}

Revision as of 14:55, 12 January 2006


A signed integer type. C++ standards guarantee it is at least 16 bits, and no longer than type integer.

Stub

This article or section is a stub. You can help by expanding it.