COORD EXTENT: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
{{stub}}
{{wrongtitle|title=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]]

Revision as of 21:55, 21 June 2006

Template:Wrongtitle 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)