Streaming::setRenderHdOnly: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 April 2024

  • curprev 10:3610:36, 23 April 2024Shr0x talk contribs 554 bytes +554 Created page with "__NOTOC__ {{ClientsideJsFunction}} Enable or disable the game to only render HD models {{JSContainer| === Required Arguments === *'''enable:''' {{RageType|Boolean}} === Return Value === *'''void''' {{RageType|void}} ==Syntax== <pre> mp.game.streaming.setRenderHdOnly(enable); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> mp.game.streaming.setRenderHdOnly(true); //enable HD models only to render </syntaxhighlight> }} }} ==See also== {{Streami..."