OnClientBrowserPopup: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Client event}}
{{Client event}}
{{Needs Example}}
{{New feature/item|3.0150|1.5||
{{New feature/item|3.0150|1.5||
Todo
TODO
}}
}}


Line 10: Line 11:
</syntaxhighlight>
</syntaxhighlight>
*'''targetURL:'''  
*'''targetURL:'''  
*'''openerURL: '''
*'''openerURL:'''  
*'''isPopup:'''  
*'''isPopup:'''  


==Source==
==Source==
todo
TODO


==Example==  
==Example==  

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