Short: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 2: Line 2:


A signed [[integer]] type. C++ standards guarantee it is at least 16 bits, no longer than type [[integer]] and longer than type [[byte]].
A signed [[integer]] type. C++ standards guarantee it is at least 16 bits, no longer than type [[integer]] and longer than type [[byte]].
{{stub}}

Revision as of 14:50, 16 July 2011


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