Function veloren_common_net::synced_components::inner::group::members
pub fn members<'a>(
group: Group,
groups: impl Join<Type = &'a Group> + 'a,
entities: &'a EntitiesRes,
alignments: &'a Storage<'_, Alignment, Fetch<'_, MaskedStorage<Alignment>>>,
uids: &'a Storage<'_, Uid, Fetch<'_, MaskedStorage<Uid>>>,
) -> impl Iterator<Item = (Entity, Role)> + 'a
Expand description
Returns list of current members of a group