IsBrowserGPUEnabled

From Multi Theft Auto: Wiki
Revision as of 00:46, 22 October 2024 by LopSided (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function checks if the client has the "Enable GPU rendering" setting enabled, which allows the usage of things like WebGL in browsers.

Note: this is a global setting, not specific to any browser instance and can only be changed by the client.

Syntax

bool isBrowserGPUEnabled()

OOP Syntax Help! I don't understand this!

Method: Element/Browser(...)
Variable: .gpuEnabled


Returns

Returns true if the client has browser GPU rendering enabled, false otherwise.

See Also