OnClientBrowserNavigate

From Multi Theft Auto: Wiki
Revision as of 14:16, 5 March 2016 by Qaisjp (talk | contribs) (fix typo)
Jump to navigation Jump to search

The event is executed when the browser loads a new page.

Parameters

string targetURL, bool isBlocked
  • targetURL: The page the browser loaded
  • isBlocked: If the browser was created with isLocal set to true, and the browser tried to load a remote page, this would be set to true (and vice-versa)

Source

The browser element

Example

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

Before submitting check out Editing Guidelines Script Examples.
-- TODO


See Also