panorama
Description
API for CS:GO's Panorama UI. Lets you execute JavaScript code in CS:GO's V8 engine, which can then interact with your lua code.
Useful tools: JS Syntax Validator
Functions
loadstring
panorama.loadstring(js_code: string, panel: string)
open
panorama.open(panel: string): table