Jump to content

CVguiJavascriptContext: Difference between revisions

From Empires Wiki
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..."
(No difference)

Revision as of 03:17, 17 April 2017

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.