WoW API: CanComplainChat

From AddOn Studio
Revision as of 16:33, 24 April 2008 by WoWWiki>Polarina (New page: {{wowapi}} __NOTOC__ <!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> Finds out if one can complain about a specific chat message to ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < CanComplainChat

Finds out if one can complain about a specific chat message to the Game Masters.

CanComplainChat(lineID)
CanComplainChat(author, [message])

Arguments

<number> lineID
This is the eleventh argument from CHAT_MSG events.
<string> author
The name of a player.
<string> message
A chat message.

See Also

API ComplainChat