GetBrowserSettings

From Multi Theft Auto: Wiki
Revision as of 15:45, 18 August 2015 by Miki785 (talk | contribs)
Jump to navigation Jump to search

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

Before submitting check out Editing Guidelines Script Examples.

This function returns a table containing the browser settings.

Syntax

table getBrowserSettings ()

OOP Syntax Help! I don't understand this!

Method: Browser.getSettings(...)
Counterpart: getBrowserSettings


Returns

A table having the following keys:

  • RemoteEnabled: true if remote websites are enabled, false otherwise
  • RemoteJavascript: true if Javascript is enabled on remote websites, false otherwise
  • PluginsEnabled: true if plugins such as Flash, Silverlight (but not Java) are enabled, false otherwise. This setting is false by default.

Example

--todo

See Also