[−][src]Function amethyst_utils::removal::exec_removal
pub fn exec_removal<I, D>(
entities: &EntitiesRes,
removal_storage: &Storage<Removal<I>, D>,
removal_id: I
) where
I: Debug + Clone + PartialEq + Send + Sync + 'static,
D: Deref<Target = MaskedStorage<Removal<I>>>,
Removes all entities that have the Removal<I>
component with the specified removal_id.