COORD EXTENT: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{stub}}
{{DISPLAYTITLE:COORD_EXTENT}}
'''COORD_EXTENT''' is the width of the coordinate system, which is '''TOO BIG''' to send as a client/server coordinate value.
'''COORD_EXTENT''' is the width of the coordinate system, which is '''TOO BIG''' to send as a client/server coordinate value.


COORD_EXTENT = (2*MAX_COORD_INTEGER)
#define COORD_EXTENT (2*[[MAX_COORD_INTEGER]])
==Related content==
[[Category:Constants]]
[[Category:Programming]][[Category:Glossary]][[Category:Helpers]]

Latest revision as of 01:15, 30 November 2011

COORD_EXTENT is the width of the coordinate system, which is TOO BIG to send as a client/server coordinate value.

#define COORD_EXTENT (2*MAX_COORD_INTEGER)