ESO Function Data v100011
ReportPlayer()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/feedback/feedback.lua:101
--
function ZO_Feedback:ReportPlayer(entityName, reasonForReporting, optionalId)
ingame/mail/gamepad/mailinbox_gamepad.lua:555
--
function ZO_MailInbox_Gamepad:ReportPlayer()
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/contacts/notifications.lua:48
--
ZO_FEEDBACK:ReportPlayer(data.displayName, REPORT_PLAYER_REASON_FRIEND_REQUEST_SPAM)
ingame/contacts/notifications.lua:78
--
ZO_FEEDBACK:ReportPlayer(data.displayName, REPORT_PLAYER_REASON_GUILD_REQUEST_SPAM)
ingame/contacts/socialdialogs.lua:233
--
ZO_FEEDBACK:ReportPlayer(dialog.data.name, REPORT_PLAYER_REASON_BEHAVIOR)
ingame/contacts/gamepad/notifications_gamepad.lua:64
--
ZO_FEEDBACK:ReportPlayer(data.displayName, REPORT_PLAYER_REASON_FRIEND_REQUEST_SPAM)
ingame/contacts/gamepad/notifications_gamepad.lua:102
--
ZO_FEEDBACK:ReportPlayer(data.displayName, REPORT_PLAYER_REASON_GUILD_REQUEST_SPAM)
ingame/mail/gamepad/mailinbox_gamepad.lua:193
--
self:ReportPlayer()
ingame/mail/gamepad/mailinbox_gamepad.lua:557
--
ZO_FEEDBACK:ReportPlayer(self:GetActiveMailSender(), REPORT_PLAYER_REASON_BEHAVIOR)