Browser::destroy: Difference between revisions
No edit summary |
MrPancakers (talk | contribs) m (Using old browser template) |
||
| Line 11: | Line 11: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==See also== | ==See also== | ||
{{ | {{Browser_definition_c}} | ||
[[Category:Clientside API]] | [[Category:Clientside API]] | ||
Latest revision as of 08:55, 7 May 2018
Destroys browser instance.
Syntax
browser.destroy();
Example
let browser = mp.browsers.at(0);
if(browser)
{
browser.destroy();
}
See also
- Functions:
- Properies: