Difference between revisions of "RemoveEntity"

From Nomad DB
m
Line 3: Line 3:
 
== 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 ==

Revision as of 13:19, 16 April 2020

Removes the specified entity.

Syntax

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

Related Pages