Usage:
panorama.{function}
This table exposes all available panorama functions.
Function Insecure Only
Loads and executes Javascript code in the specified panorama panel.
Arguments
Name
Type
Description
code
string
The Javascript code
panel
The desired panorama panel, defaults to CSGOHud
CSGOHud
layout
The XML path, defaults to panorama/layout/base.xml
panorama/layout/base.xml
Returns
The evaluated code's return value, if any.
Example
panorama.Eval [[ $.Msg("Hello!") ]]
Last updated 2 days ago