EntityOverlayBatch:add: 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:2009:20, 4 August 2024Shr0x talk contribs 752 bytes +752 Created page with " {{ClientsideJsFunction}} {{JSContainer| This method will add an entity to overlay batch. ===Required Params=== *''' entity: ''' {{RageType|Entity}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> batch.add(entity); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //Enable entity overlay batch. mp.game.graphics.setEntityOverlayPassEnabled(true); //Create a new entity overlay batch. let batch = mp.game.gra..."