EntityOverlayBatch:removeThisFrame

From RAGE Multiplayer Wiki
Revision as of 09:29, 4 August 2024 by Shr0x (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax

This method will remove an entity from overlay batch only this frame.

Required Params

  • entity: Entity

Return value

  • void

Syntax

batch.removeThisFrame(entity);

Example

//todo


See also