OnClientBrowserWhitelistChange: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client event}} {{New feature/item|3.0150|1.5|| The event is triggered when the whitelist has changed. Note that this event is only triggered if the request window ...")
 
mNo edit summary
Line 15: Line 15:


==Example==  
==Example==  
<syntaxhighlight lang="lua">
{{Example}}
TODO
 
</syntaxhighlight>
[[pl:onClientBrowserWhitelistChange]]


==See Also==
==See Also==
{{CEF_events}}
{{CEF_events}}

Revision as of 19:12, 21 July 2016

The event is triggered when the whitelist has changed. Note that this event is only triggered if the request window was confirmed by accepting.

Parameters

table changedDomains
  • changedDomains: A list of changed domains

Source

The browser element

Example

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

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

See Also