OnClientBrowserPopup: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
anna i rafalek
__NOTOC__
{{Client event}}
{{Needs Example}}
{{New feature/item|3.0150|1.5||
TODO
}}
 
==Parameters==
<syntaxhighlight lang="lua">
string targetURL, string openerURL, bool isPopup
</syntaxhighlight>
*'''targetURL:'''
*'''openerURL:'''
*'''isPopup:'''
 
==Source==
TODO
 
==Example==
<syntaxhighlight lang="lua">
TODO
</syntaxhighlight>
 
==See Also==
{{CEF_events}}

Latest revision as of 22:22, 2 April 2018

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

Before submitting check out Editing Guidelines Script Examples.

TODO

Parameters

string targetURL, string openerURL, bool isPopup
  • targetURL:
  • openerURL:
  • isPopup:

Source

TODO

Example

TODO

See Also