GetBrowserProperty

From Multi Theft Auto: Wiki
Revision as of 23:43, 13 September 2015 by Miki785 (talk | contribs)
Jump to navigation Jump to search

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

Before submitting check out Editing Guidelines Script Examples.

This function gets a given property of a specified browser.

Syntax

bool getBrowserProperty ( string key )

OOP Syntax Help! I don't understand this!

Method: browser:getProperty(...)
Counterpart: [[setBrowserProperty]]


Required arguments

  • key: The browser property key. It can be:
    • mobile: Surfing the web as mobile

Returns

Returns the value if the property was successfully found, false otherwise.

Example

Todo

See also