WoW:API SendAddonMessage: Difference between revisions

m
(revise)
Line 16: Line 16:
* Messages sent to "RAID" while in a party will get delivered to "PARTY"; messages sent to "RAID" or "PARTY" while not in a group will not be delivered. To send to your battleground group, "BATTLEGROUND" must be used.
* Messages sent to "RAID" while in a party will get delivered to "PARTY"; messages sent to "RAID" or "PARTY" while not in a group will not be delivered. To send to your battleground group, "BATTLEGROUND" must be used.
* The message will not be affected by the player's level of [[Drunk|drunkenness]].
* The message will not be affected by the player's level of [[Drunk|drunkenness]].
* The tab character ("\t") is used as a delimiter between the prefix and the message text -- because of this, \t can not be used as part of prefix. The combined length of message and prefix can be at most 254 characters (255th is the tab character used to delimit the two).
* The tab character ("\t") is used as a delimiter between the prefix and the message text -- because of this, \t can not be used as part of prefix. The combined length of message and prefix can be at most 254 characters (255th is the tab character used to delimit the two), lenght above 254 will disconnect you.
* Like [[API_SendChatMessage|SendChatMessage]], sending a message containing "\n" will disconnect you.
* Like [[API_SendChatMessage|SendChatMessage]], sending a message containing "\n" will disconnect you.
Anonymous user