Skip to content

Browser

The Tablet is an in-game Object that displays a web page. It has its own class, Browser, with member variables associated with it. This allows you to manipulate the special properties of a tablet.

Example Usage: self.Browser.url = "https://yahoo.com/"

Member Variables

Like Object member variables, Tablets have their own member variables.

Variable Description Type
url URL which currently wants to display.
pixel_width The pixel width the browser is virtually rendering to.