OnClientBrowserWhitelistChange: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo 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||
The event is triggered when the whitelist has changed. Note that this event is only triggered if the request window was confirmed by accepting.
The event is triggered when the whitelist has changed. Note that this event is only triggered if the request window was confirmed by accepting.
Line 15: Line 16:


==Example==  
==Example==  
{{Example}}
TODO


[[pl:onClientBrowserWhitelistChange]]
[[pl:onClientBrowserWhitelistChange]]

Revision as of 13:50, 7 May 2017

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.

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

TODO

See Also