Difference between revisions of "HideEntity"

From Nomad DB
(Created page with "Hides the specified entity. This does not affect any child entities that are bound to the target. == Syntax == <syntaxhighlight lang="lua"> HideEntity(entityId) </syntaxhighl...")
(No difference)

Revision as of 17:44, 16 April 2020

Hides the specified entity. This does not affect any child entities that are bound to the target.

Syntax

HideEntity(entityId)
  • entityId (string): ID of entity to hide.

Related Pages