StopEntityHighlight

From Nomad DB

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