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...")
 
 
(3 intermediate revisions 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 ==
 
* [[Entity]]
 
* [[Entity]]
 
* [[EntityId]]
 
* [[EntityId]]
 +
* [[ShowEntity]]
 +
* [[HideCameraClippedEntity]]
 +
* [[ShowCameraClippedEntity]]
  
 
[[Category:WD2 Lua]] [[Category: WD2 Entity]]
 
[[Category:WD2 Lua]] [[Category: WD2 Entity]]

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