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...")
(No difference)

Revision as of 18:24, 16 April 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