Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia

Opens the dialog for reporting a player.

C_ReportSystem.OpenReportPlayerDialog(reportType, playerName [, playerLocation])

Arguments[]

reportType
string - One of the strings found in PLAYER_REPORT_TYPE
playerName
string - Name of the player being reported
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

Details[]

Example[]

  • Opens the spam report dialog for the current target.
/run C_ReportSystem.OpenReportPlayerDialog(PLAYER_REPORT_TYPE_SPAM, UnitName("target"), PlayerLocation:CreateFromUnit("target"))

Patch changes[]

Battle for Azeroth Patch 8.2.0 (2019-06-25): Added.

References[]

  1. ^ Constants.lua, patch 8.2.0, near line 776, archived at Townlong-Yak
  2. ^ IRC log for #wowuidev on 20190424 (2019-04-24).