HU/getBrowserPropert

From Multi Theft Auto: Wiki
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.

Accessories-text-editor.png Példa script szükséges A függvény HU/getBrowserPropert híján van egy script példának. Segíts azzal, hogy írsz egyet!

Beküldés előtt olvasd el: Editing Guidelines Script Examples.

Ez a funkció egy meghatározott böngésző adott tulajdonságát kapja meg.

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