Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 605 Bytes

panorama.md

File metadata and controls

29 lines (18 loc) · 605 Bytes
description
API to interact with CS:GO's panorama UI

panorama

Functions:

panorama.loadstring

panorama.loadstring(js_code: string[, panel: string])

Argument Type Description
js_code string String containing JavaScript code
panel string (panorama root panel) Panel name

API to interact with CS:GO's panorama UI

panorama.open

panorama.open([panel: string])

Argument Type Description
panel string (panorama root panel) Panel name

API to interact with CS:GO's panorama UI