Difference between revisions of "HideEntity"

From Nomad DB
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{Page_WD2}}
 
Hides the specified entity. This does not affect any child entities that are bound to the target.
 
Hides the specified entity. This does not affect any child entities that are bound to the target.
  
Line 5: Line 6:
 
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 ==

Latest revision as of 20:39, 27 October 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