RSS

Четверг, 25.04.2024, 10:42
Главная » WoW API » Игровые события »

UNIT_SPELLCAST_CHANNEL_START

[ править ]
Fires when a unit starts channeling a spell.
[клоны]
Fires when a unit starts channeling a 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_START