OnClientBrowserCreated

From Multi Theft Auto: Wiki
Revision as of 11:21, 25 May 2015 by Jusonex (talk | contribs) (Created page with "__NOTOC__ {{Client event}} {{New feature/item|3.0150|1.5|| This event is triggered when the CEF browser instance has been created. If you want to load a specific website right...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This event is triggered when the CEF browser instance has been created. If you want to load a specific website right after creating the browser (using createBrowser or guiCreateBrowser), this event will be the convenient place.


[[{{{image}}}|link=|]] Note: Calling loadBrowserURL right after createBrowser will not work normally due to the nature of the asynchronous browser interface.

Parameters

None

Source

The |browser element

Example

TODO

See Also