TriggeredAbilityBuilder

abstract class TriggeredAbilityBuilder(var trigger: Trigger? = null, var condition: Condition? = null, var effects: List<Effect> = emptyList())

Builds a triggered ability.

See also

Constructors

Link copied to clipboard
constructor(trigger: Trigger? = null, condition: Condition? = null, effects: List<Effect> = emptyList())

Properties

Link copied to clipboard

The condition of the ability.

Link copied to clipboard

The effects of the ability.

Link copied to clipboard
open var trigger: Trigger?

The trigger of the ability.

Functions

Link copied to clipboard