Method SpellInfo:NeedsToBeTriggeredByCaster [-] [+]
Checks if the SpellInfo requires to be triggered by the caster of another specified spell.
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( The )
Arguments
riggeringSpel The
- See method description.
Returns
bool needs_to_be_triggered_by_caster
- See method description.