VPANEL: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with ''''<code>VPANEL</code>''' is an unsigned int used to refer to <code>Panel</code> objects across DLL boundaries. There is no reason to it over a pointer unless you…')
 
m (grr)
Line 1: Line 1:
'''<code>VPANEL</code>''' is an [[unsigned]] [[int]] used to refer to <code>[[Panel]]</code> objects across DLL boundaries. There is no reason to it over a [[pointer]] unless you are interfacing with the engine.
'''<code>VPANEL</code>''' is an [[unsigned]] [[int]] used to refer to <code>[[Panel]]</code> objects across DLL boundaries. There is no reason to use it over a [[pointer]] unless you are interfacing with the engine.


[[Category:VGUI]]
[[Category:VGUI]]
[[Category:Variables]]
[[Category:Variables]]

Revision as of 04:55, 3 August 2009

VPANEL is an unsigned int used to refer to Panel objects across DLL boundaries. There is no reason to use it over a pointer unless you are interfacing with the engine.