C_ReportSystem.SetPendingReportTarget

From Warcraft Wiki
Jump to navigation Jump to search
BTNTemp.png C_ReportSystem.SetPendingReportTarget + 8.1.0 / 2.5.4
BTNTemp.png C_ReportSystem.SetPendingReportTargetByGuid + 8.1.0 / 2.5.4

Populates the reporting window with details about a target player.

set = C_ReportSystem.SetPendingReportTarget([target])
    = C_ReportSystem.SetPendingReportTargetByGuid([guid])

Arguments

SetPendingReportTarget

target
string? : UnitId - defaults to "target"

SetPendingReportTargetByGuid

guid
string? : GUID

Returns

set
boolean - whether the report was succesfully set.

Patch changes

Battle for Azeroth Patch 8.1.0 (2018-12-11): Moved to C_ReportSystem.SetPendingReportTarget. The previous alias is deprecated. [1]
Cataclysm Patch 4.3.4 (2012-04-17): Added as SetPendingReportTarget.