Skip to main content

SwingReplacementHookFn

Type Alias SwingReplacementHookFn 

Source
pub(crate) type SwingReplacementHookFn = fn(&mut HookCtx<'_>, SwingHand) -> Option<SwingReplacement>;
Expand description

Hook fired after the white-hit roll and before damage; Some suppresses white damage.