C_ReportSystem.CanReportPlayer

From Warcraft Wiki
Jump to navigation Jump to search

Returns if a player can be reported.

canReport = C_ReportSystem.CanReportPlayer(playerLocation)

Arguments

playerLocation
PlayerLocationMixin🔗

Returns

canReport
boolean

Patch changes

Battle for Azeroth Patch 8.1.5 (2019-03-12): Replaces C_ChatInfo.CanReportPlayer() which is deprecated[1]
Battle for Azeroth Patch 8.1.0 (2018-12-11): Added.