RSS

Четверг, 02.05.2024, 00:52
Главная » WoW API » Игровые события »

UNIT_SPELLCAST_CHANNEL_STOP

[ править ]
Fires when a unit stops or cancels a channeled spell.
[клоны]
Fires when a unit stops or cancels a channeled spell.


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_STOP