Long: 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 32 bit signed [[integer]].
A signed [[integer]] type.
C++ standards guarantee it is at least 32 bits, and no smaller than type [[int]]


{{stub}}
{{stub}}

Revision as of 14:46, 12 January 2006


A signed integer type. C++ standards guarantee it is at least 32 bits, and no smaller than type int

Stub

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