IsBrowserFocused

From Multi Theft Auto: Wiki
Revision as of 20:14, 15 September 2015 by Miki785 (talk | contribs)
Jump to navigation Jump to search

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

Before submitting check out Editing Guidelines Script Examples.

This function checks if a browser is focused.

Syntax

bool isBrowserFocused ( browser webBrowser )

OOP Syntax Help! I don't understand this!

Method: browser:isFocused(...)


Required arguments

  • webBrowser: The browser

Returns

Returns true if the browser is focused, false otherwise and nil if invalid arguments were passed.

Example

TODO

See Also