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...")
 
m
Line 10: Line 10:
 
* [[Entity]]
 
* [[Entity]]
 
* [[EntityId]]
 
* [[EntityId]]
 +
* [[ShowCameraClippedEntity]]
  
 
[[Category:WD2 Lua]] [[Category: WD2 Entity]]
 
[[Category:WD2 Lua]] [[Category: WD2 Entity]]

Revision as of 17:47, 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