RSS

Среда, 15.05.2024, 16:29
Главная » WoW API » Игровые события »

CHAT_MSG_ADDON

[ править ]
Fires when an addon communication message is received (see [[docs/api/SendAddonMessage`SendAddonMessage()`]])
[клоны]
Fires when an addon communication message is received (see SendAddonMessage()). The local client receives any messages it sends; thus, this event fires for messages sent by the local client as well as those receives from others.


Signature:
Code
("prefix", "message", "channel", "sender")

Arguments:
  • prefix - The prefix declared from SendAddonMessage. (string)
  • message - The message from SendAddonMessage. (string)
  • channel - The message channel used for this message. Possible values include PARTY, RAID, GUILD, BATTLEGROUND, or WHISPER. (string)
  • sender - The username of the sender. (string)

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