RSS

Воскресенье, 22.12.2024, 06:57
Главная » WoW API » Игровые события »

UNIT_SPELLCAST_CHANNEL_UPDATE

[ править ]
Fires when a unit's channeled spell is interrupted or delayed.
[клоны]
Fires when a unit's channeled spell is interrupted or delayed.


Signature:
Code
("unitID", "spell", "rank", lineID, spellID)

Arguments:
  • unitID - The unit that's casting. (string)
  • spell - The name of the spell that's being casted. (string)
  • rank - The rank of the spell that's being casted. (string)
  • lineID - Spell lineID counter. This number is always 0 for channels. (number)
  • spellID - The id of the spell that's being casted. (number, spellID)

Также смотрите: Игровые события
Ссылки: http://wowprogramming.com/docs/events/UNIT_SPELLCAST_CHANNEL_UPDATE