GetBrowserVolume: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:
{{Client function}}
{{Client function}}
{{New feature/item|3.0151|1.5.1||
{{New feature/item|3.0151|1.5.1||
This function gets a specific [[Element/Browser|browser]]'s volume.
This function returns a specific [[Element/Browser|browser]]'s volume.
}}
}}


==Syntax==
==Syntax==
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
bool getBrowserVolume ( webBrowser )
float getBrowserVolume ( browser webBrowser )
</syntaxhighlight>
</syntaxhighlight>
{{OOP||[[Element/Browser|browser]]:getVolume||setBrowserVolume}}
{{OOP||[[Element/Browser|browser]]:getVolume||setBrowserVolume}}

Revision as of 19:35, 1 November 2015