ToggleBrowserDevTools

From Multi Theft Auto: Wiki
Revision as of 14:00, 20 February 2016 by Qaisjp (talk | contribs) (add oop variable)
Jump to navigation Jump to search

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(...)
Variable: .devTools


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