C_ReportSystem.InitiateReportPlayer

From Warcraft Wiki
Jump to navigation Jump to search
Links
Info
Added in 8.1.5

Initiates a report against a player.

token = C_ReportSystem.InitiateReportPlayer(complaintType [, playerLocation])

Arguments

complaintType
string : PLAYER_REPORT_TYPE - the reason for reporting.
playerLocation
PlayerLocationMixin🔗
PLAYER_REPORT_TYPE[1]
Constant Value
PLAYER_REPORT_TYPE_SPAM spam
PLAYER_REPORT_TYPE_LANGUAGE language
PLAYER_REPORT_TYPE_ABUSE abuse
PLAYER_REPORT_TYPE_BAD_PLAYER_NAME badplayername
PLAYER_REPORT_TYPE_BAD_GUILD_NAME badguildname
PLAYER_REPORT_TYPE_CHEATING cheater
PLAYER_REPORT_TYPE_BAD_BATTLEPET_NAME badbattlepetname
PLAYER_REPORT_TYPE_BAD_PET_NAME badpetname

Returns

token
number - the token used for C_ReportSystem.SendReportPlayer.

Patch changes

Battle for Azeroth Patch 8.2.0 (2019-06-25): Protected. See C_ReportSystem.OpenReportPlayerDialog.
Battle for Azeroth Patch 8.1.5 (2019-03-12): Partially replaced by C_ReportSystem.InitiateReportPlayer; the previous function is depreciated. [1]
Battle for Azeroth Patch 8.0.1 (2018-07-17): Added as C_ChatInfo.ReportPlayer(...).

References

  1. ^ Constants.lua, patch 8.2.0, near line 776, archived at Townlong-Yak