VPANEL: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) (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…') |
TomEdwards (talk | contribs) 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]] |