BN_CHAT_MSG_ADDON

From Warcraft Wiki
Jump to navigation Jump to search
Predicates
SynchronousEvent
Game Types
Links
Patch
Added in 5.4.7 / 1.13.2
Events

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