WoW:API CanComplainChat: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(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 ...)
 
m (Move page script moved page API CanComplainChat to API CanComplainChat without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

WoW API < CanComplainChat

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

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

Arguments[edit]

<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[edit]

API ComplainChat