Difference between revisions of "StopEntityNetHackHighlight"

From Nomad DB
(Created page with "Stops an entity from being highlighted with an outline in NetHack mode that was previously highlighted using StartEntityNetHackHighlight. == Syntax == <syntaxhighlight la...")
 
 
Line 1: Line 1:
 +
{{Page_WD2}}
 
Stops an entity from being highlighted with an outline in NetHack mode that was previously highlighted using [[StartEntityNetHackHighlight]].
 
Stops an entity from being highlighted with an outline in NetHack mode that was previously highlighted using [[StartEntityNetHackHighlight]].
  

Latest revision as of 20:44, 27 October 2020

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