Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 861 Bytes

panorama_engine.md

File metadata and controls

31 lines (20 loc) · 861 Bytes

🔮 panorama_engine

get_panel

panorama_engine.get_panel(name) c_panorama_panel*

Type
name std::string

print_panels_to_console

panorama_engine.print_panels_to_console() void

is_valid_panel

panorama_engine.is_valid_panel(panel) bool

Type
panel c_panorama_panel*

runscript

panorama_engine.runscript(panel, js_code, path_to_xml) void

Type
panel c_panorama_panel*
js_code std::string
path_to_xml std::string