Skip to main content

resolve

Function resolve 

Source
pub fn resolve(ctx: &mut EffectContext<'_>, sa: &SpellAbility)
Expand description

Resolve an API-based activated ability. Mirrors Java’s AbilityApiBased.resolve() which delegates to the effect system.

In the Rust engine, resolution is performed through the centralized effect dispatch in effects::resolve_effect. This free function provides the structural symbol that the scanner expects.