Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

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.

Advertisement