Panorama
Table to work with Dota Panorama system.
GetPanelInfo(path: string[]
): {x:number, y:number, w:number, h:number}
string[]
): {x:number, y:number, w:number, h:number}
Name
Type
Description
path
string[]
Path to the panel.
Get panel info. GetPanelByName for first argument then FindChild others and accumulate x and y.
Name
Type
Description
path
string[]
Path to the panel.
bLogError [?]
boolean
Log error if panel not found. (default: false)
Get panel by path.
Name
Type
Description
id
string
Id of the panel.
is_type_name
boolean
Check type name instead of names.
Get panel by id.
Last updated