HU/getBrowserProperty: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
===Kötelező argumentumok===
===Kötelező argumentumok===
*'''theBrowser:''' browser element to get the property value of
*'''theBrowser:''' browser element to get the property value of
*'''key:''' The browser property key. It can be:
*'''key:''' A böngésző tulajdonságkulcsa. Ami lehet:
**'''mobile:''' Surfing the web as mobile
**'''mobile:''' mobillal való böngészés a weben


===Visszaadott érték===
===Visszaadott érték===

Revision as of 21:06, 2 August 2018

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

Before submitting check out 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: A böngésző tulajdonságkulcsa. Ami lehet:
    • mobile: mobillal való böngészés a weben

Visszaadott érték

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

Lásd még

Fordította

  • Surge