VPANEL: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(Rewrite Template:Lang to Template:LanguageBar. This action was performed by a bot.)
 
Line 1: Line 1:
{{lang|VPANEL}}
{{LanguageBar|VPANEL}}
'''<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.



Latest revision as of 17:42, 18 July 2025

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.