Difference between revisions of "ShowEntity"

From Nomad DB
(Created page with "Unhides a previously hidden entity. This does not affect any child entities that are bound to the target. == Syntax == <syntaxhighlight lang="lua"> ShowEntity(entityId) </syn...")
 
 
Line 1: Line 1:
 +
{{Page_WD2}}
 
Unhides a previously hidden entity. This does not affect any child entities that are bound to the target.
 
Unhides a previously hidden entity. This does not affect any child entities that are bound to the target.
  

Latest revision as of 19:39, 27 October 2020

Unhides a previously hidden entity. This does not affect any child entities that are bound to the target.

Syntax

ShowEntity(entityId)
  • entityId (string): ID of entity to unhide

Related Pages