ToggleBrowserDevTools

From Multi Theft Auto: Wiki
Revision as of 15:56, 2 January 2016 by Qaisjp (talk | contribs) (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0150|1.5|| This function toggles the visibility of the developer tools pane. }} ==Syntax== <syntaxhighlight lang="lua"> bool toggleBrowser...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This function toggles the visibility of the developer tools pane.

Syntax

bool toggleBrowserDevTools ( browser webBrowser, bool visible )

OOP Syntax Help! I don't understand this!

Method: browser:toggleBrowserDevTools(...)


Required Arguments

  • webBrowser: The browser
  • visible: true to show the tools, false to hide

Returns

Returns true if the visibility was successfully toggled, false if an error occurred

Example

Accessories-text-editor.png Script Example Missing Function ToggleBrowserDevTools needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.
-- TODO


See also