pub(crate) fn process_free_action(
ctx: &mut CombatCtx<'_>,
spell_id: u32,
source: FreeActionSource,
) -> boolExpand description
Execute one registered cost-free child action without entering the player-cast pipeline.
pub(crate) fn process_free_action(
ctx: &mut CombatCtx<'_>,
spell_id: u32,
source: FreeActionSource,
) -> boolExecute one registered cost-free child action without entering the player-cast pipeline.