Function spawn_at_plot

Source
fn spawn_at_plot(
    data: &mut Data,
    world: &World,
    index: IndexRef<'_>,
    death: &Death,
    rng: &mut impl Rng,
    body: Body,
    personality: Personality,
    match_plot: impl Fn(&Data, SiteId, &Plot) -> bool,
) -> bool