WoW API: SpellCanTargetUnit

Revision as of 04:47, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API SpellCanTargetUnit to API SpellCanTargetUnit without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < SpellCanTargetUnit


Checks if the spell awaiting target selection can be cast on a specified unit.

canTarget = SpellCanTargetUnit(unitId)


ArgumentsEdit

unitId : UnitId - The unit to check.


ReturnsEdit

canTarget
Boolean - Whether the spell can target the given unit.


DetailsEdit

This will check for range, but not for LOS.