BN_CHAT_MSG_ADDON
Jump to navigation
Jump to search
Fired upon receipt of a hidden Battle.net addon message, as sent by BNSendGameData.
BN_CHAT_MSG_ADDON: prefix, text, channel, senderID
Payload
- prefix
- string - The registered addon prefix that this message is associated with.
- text
- string - The content of the addon message.
- channel
- string - The channel the message was sent over. This is always the string "WHISPER".
- senderID
- number - The Battle.net game account ID of the sending player.
Patch changes
Patch 5.4.7 (2014-02-18): Added.