getEntitiesInEntityGroup ======================== :doc:`/types/Script/index`::getEntitiesInEntityGroup Returns the :doc:`Entities ` in an Entity Group. Declaration ----------- .. code-block:: cpp std::set getEntitiesInEntityGroup(const std::string& entityGroupName); Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - entityGroupName - const `std::string `_\& - The name of the Entity Group to get the Entities from. Returns ------- The :doc:`Entities ` that belong to the Entity Group with name ``entityGroupName``. If the Entity Group does not exist, the returned `std::set `_\<:doc:`/entity_component_system/entity/index`> is empty.