Graphics::setEntityOverlayPassEnabled: 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.

4 August 2024

  • curprev 09:3109:31, 4 August 2024Shr0x talk contribs 619 bytes +619 Created page with " {{ClientsideJsFunction}} {{JSContainer| This method will enable or disable entity overlay feature. ===Required Params=== *''' enable: ''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setEntityOverlayPassEnabled(enable); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //enable entity overlay mp.game.graphics.setEntityOverlayPassEnabled(true); //disable entity ove..."