pub(crate) fn dismiss_guardians(
state: &mut CombatState,
tag: u32,
count: usize,
) -> usizeExpand description
Remove up to count matching actors without firing their natural-demise hook.
pub(crate) fn dismiss_guardians(
state: &mut CombatState,
tag: u32,
count: usize,
) -> usizeRemove up to count matching actors without firing their natural-demise hook.