Method SpellInfo:NeedsToBeTriggeredByCaster [-] [+]
Checks if the SpellInfo requires to be triggered by the caster of another specified SpellInfo.
Certain spells or abilities can only be activated or become effective when they are triggered by the caster
of another specific spell (the triggeringSpell
). This function examines if the spell or ability represented
by SpellInfo has such requirement.
Synopsis
needs_to_be_triggered_by_caster = SpellInfo:NeedsToBeTriggeredByCaster( triggeringSpell )
Arguments
SpellInfo triggeringSpell
The spell by the casting of which the ability or spell represented by SpellInfo is triggered.
Returns
bool needs_to_be_triggered_by_caster
- See method description.