WoW:API UnitCastingInfo: Difference between revisions

(added castID and interrupt to the returns list)
Line 19: Line 19:
:;endTime : Number - Specifies when casting will end, in milliseconds.
:;endTime : Number - Specifies when casting will end, in milliseconds.
:;isTradeSkill : Boolean - Specifies if the cast is a tradeskill
:;isTradeSkill : Boolean - Specifies if the cast is a tradeskill
:;castID : Number - (added either in or just before 3.2 - not sure what it does)
:;castID : Number - Counts the spellcast(s) since the game has loaded.(added either in or just before 3.2)
:;interrupt : ? (added in 3.2... believe it's boolean for isInterruptable, but not sure)
:;interrupt : ? (added in 3.2... not sure what this is for, tested against interruptable player spells and gave a false value)


== Example ==
== Example ==
Anonymous user