Skip to main content

Module ability_api_based

Module ability_api_based 

Source
Expand description

AbilityApiBased — activated ability backed by an API type.

Mirrors Java’s AbilityApiBased.java. An activated ability whose resolution is dispatched through the effect system based on its ApiType.

Traits§

AbilityApiBased
Marker trait for API-based abilities.

Functions§

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