HU/getBrowserPropert

From Multi Theft Auto: Wiki
Revision as of 12:38, 30 July 2018 by Surge (talk | contribs) (Created page with "__NOTOC__ {{Client function}} {{Needs Example}} {{New feature/item|3.0150|1.5|| This function gets a given property of a specified browser. }} ==Szintaxis== <syntaxhighlight...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Accessories-text-editor.png Script Example Missing Function HU/getBrowserPropert 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.

Szintaxis

bool getBrowserProperty ( browser theBrowser, string key )

OOP Syntax Help! I don't understand this!

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


Kötelező argumentumok

  • theBrowser: browser element to get the property value of
  • key: The browser property key. It can be:
    • mobile: Surfing the web as mobile

Visszaadott érték

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

Lásd még

Fordította

  • Surge