Skip to main content

register_weapon_enchant_procs

Function register_weapon_enchant_procs 

Source
pub(crate) fn register_weapon_enchant_procs(
    built: &mut BuiltCombatSystem,
    procs: &[WeaponEnchantProc],
) -> Result<(), EngineError>
Expand description

Register every WeaponEnchantProc onto built (RPPM tracker, buff aura, impact proc).

ยงErrors

Returns an engine construction error when a proc or its aura cannot be registered safely.