Difference between revisions of "HideEntity"

From Nomad DB
m
Line 5: Line 5:
 
HideEntity(entityId)
 
HideEntity(entityId)
 
</syntaxhighlight>
 
</syntaxhighlight>
* '''entityId''' (string): [[EntityId|ID]] of entity to hide.
+
* '''entityId''' (string): [[EntityId|ID]] of entity to hide
  
 
== Related Pages ==
 
== Related Pages ==

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