C_ReportSystem.SetPendingReportTarget

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak Globe.png C_ReportSystem.SetPendingReportTarget + 8.1.0 / 2.5.4 / 1.14.3
GitHub Octocat.png  Townlong-Yak Globe.png C_ReportSystem.SetPendingReportTargetByGuid + 8.1.0 / 2.5.4 / 1.14.3

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