Short: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (linked the german translation)
Line 1: Line 1:
{{otherlang2
|de=Short:de
}}
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]].
[[Category:Variables]][[Category:Glossary]]
 
[[Category:Variables]]
[[Category:Glossary]]

Revision as of 04:31, 26 April 2013

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