StopEntityNetHackHighlight

From Nomad DB

Stops an entity from being highlighted with an outline in NetHack mode that was previously highlighted using StartEntityNetHackHighlight.

Syntax

StartEntityNetHackHighlight(entityId)
  • entityId (string): The ID of the entity to stop highlighting in NetHack mode

Example

StartEntityNetHackHighlight(GetLocalPlayerEntityId())

Related Pages