EntityManager.getDeletedIds

Get all the deleted ids

Returns an array with all the deleted ids currently in the scope

class EntityManager
@safe pure const
size_t[]
getDeletedIds
()

Examples

auto[] arr = world.entity.getDeletedIds();

Meta