CVguiJavascriptContext

From Empires Wiki
Revision as of 19:17, 17 April 2017 by Thexa4 (talk | contribs) (Created page with "This [https://developer.valvesoftware.com/wiki/VGUI2 VGUI] element allows you to define its layout using res files and its behavior using javascript. == Attributes == This el...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This VGUI element allows you to define its layout using res files and its behavior using javascript.

Attributes

This element inherits all attributes from EditablePanel.

  • src The javascript file to load

Javascript

You can use javascript to add behavior to your element. By default the standard library and vgui library are available for you to use.