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...")
 
 
Line 1: Line 1:
 +
{{Page_WD2}}
 
Stops an entity from being highlighted with an outline that was previously highlighted using [[StartEntityHighlight]].
 
Stops an entity from being highlighted with an outline that was previously highlighted using [[StartEntityHighlight]].
  

Latest revision as of 19:38, 27 October 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