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....")
 
Line 5: Line 5:
 
RemoveEntity(entity)
 
RemoveEntity(entity)
 
</syntaxhighlight>
 
</syntaxhighlight>
* '''entity'' (string): [[EntityId|ID]] of entity to remove.
+
* '''entity''' (string): [[EntityId|ID]] of entity to remove.
  
 
== Related Pages ==
 
== Related Pages ==

Revision as of 13:18, 16 April 2020

Removes the specified entity.

Syntax

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

Related Pages