User:Woovie

From Multi Theft Auto: Wiki
Revision as of 09:04, 29 September 2014 by Woovie (talk | contribs)
Jump to navigation Jump to search


texture createBrowser ( int width, int height, bool isLocal [, bool transparent = false] )
bool requestBrowserPages ( table pages )
bool loadBrowserURL ( browser webBrowser, string url )
bool isBrowserLoading ( browser webBrowser )
bool injectBrowserMouseMove ( browser webBrowser, int x, int y )
bool injectBrowserMouseDown ( browser webBrowser, string mouseButton )
bool injectBrowserMouseUp ( browser webBrowser, string mouseButton )
bool injectMouseWheel ( browser webBrowser, int scrollVertical, int scrollHorizontal )
string getBrowserPageTitle ( browser webBrowser )
string getBrowserURL ( browser webBrowser )
bool setBrowserRenderingPaused ( browser webBrowser, bool paused )
bool executeBrowserJavascript ( browser webBrowser, string jsCode )
bool setBrowserVolume ( float volume )
bool setBrowserVolume ( browser webBrowser, float volume )
bool isBrowserURLBlocked ( string url )
focusBrowser ( browser webBrowser )