StopEntityHighlight

From Nomad DB
Revision as of 20:38, 27 October 2020 by SpeckBomber (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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