๐Ÿ“ทpanorama

Usage:

panorama.{function}

This table exposes all available panorama functions.


Eval

Function Insecure Only

Loads and executes Javascript code in the specified panorama panel.

Arguments

Name

Type

Description

code

string

The Javascript code

panel

string

The desired panorama panel, defaults to CSGOHud

layout

string

The XML path, defaults to panorama/layout/base.xml

Returns

The evaluated code's return value, if any.

Example

panorama.Eval [[
      $.Msg("Hello!")
]]

Last updated