User Tools

Site Tools


remove_from_group

Remove From Group


Removes the specified entity from a group.

Signature:

remove_from_group(entity, group_name)
ArgumentDescriptionTypeRequired
entityEntity that will be removed from the group.EntityYes
group_nameName of the group the entity will be removed from.StringYes

Example:

remove_from_group(entity["slime01"], "slimes");

Results: Removes the entity with ID “slime01” from the “slimes” group.


Editor Node:

remove_from_group.txt · Last modified: 2021/04/21 18:41 by justin