EntityOverlayBatch:removeThisFrame: 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:2909:29, 4 August 2024Shr0x talk contribs 457 bytes +457 Created page with " {{ClientsideJsFunction}} {{JSContainer| This method will remove an entity from overlay batch only this frame. ===Required Params=== *''' entity: ''' {{RageType|Entity}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> batch.removeThisFrame(entity); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{EntityOverlayBatch}} Category:Clientside API"