πpanorama
Functions:
loadstring
Name
Type
Description
Accessing API's
Name
Type
Description
Name
Type
Description
-- Access an API from the default root panel
local MyPersonaAPI = panorama.MyPersonaAPI
print(MyPersonaAPI.GetXuid())
-- Access an API from a specific root panel
local UiToolkitAPI = panorama.CSGOMainMenu.UiToolkitAPI
UiToolkitAPI.CloseAllVisiblePopups()Last updated