Difference between revisions of "RemoveEntity"

From Nomad DB
(Created page with "Removes the specified entity. == Syntax == <syntaxhighlight lang="lua"> RemoveEntity(entity) </syntaxhighlight> * '''entity'' (string): ID of entity to remove....")
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{Page_WD2}}
 
Removes the specified entity.
 
Removes the specified entity.
  
 
== Syntax ==
 
== Syntax ==
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
RemoveEntity(entity)
+
RemoveEntity(entityId)
 
</syntaxhighlight>
 
</syntaxhighlight>
* '''entity'' (string): [[EntityId|ID]] of entity to remove.
+
* '''entityId''' (string): [[EntityId|ID]] of entity to remove.
  
 
== Related Pages ==
 
== Related Pages ==

Latest revision as of 20:39, 27 October 2020

Removes the specified entity.

Syntax

RemoveEntity(entityId)
  • entityId (string): ID of entity to remove.

Related Pages