Difference between revisions of "StopEntityHighlight"

From Nomad DB
(Created page with "Stops an entity from being highlighted with an outline that was previously highlighted using StartEntityHighlight. == Syntax == <syntaxhighlight lang="lua"> StopEntityHig...")
(No difference)

Revision as of 18:59, 16 April 2020

Stops an entity from being highlighted with an outline that was previously highlighted using StartEntityHighlight.

Syntax

StopEntityHighlight(entityId)
  • entityId (string): The ID of the entity to stop highlighting

Example

StopEntityHighlight(GetLocalPlayerEntityId())

Related Pages