VPANEL: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{otherlang2
{{lang|VPANEL}}
|de=VPANEL:de
}}
'''<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.
'''<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.



Revision as of 18:22, 16 November 2022

English (en)Deutsch (de)Translate (Translate)

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.