URL

URL is not creatable, there's only one instance of it. It can only be accessed through its globally exposed variable.

URL allows to open web pages from the Lua script.

Functions

nil Open ( string URL )

Opens the given URL.

-- opens the documentation
-- `https://` is put in front of it if not provided
URL:Open("docs.cu.bzh/reference")