- ingame/playertoplayer/playertoplayer.lua:838 --
menu:AddEntry( deferDecisionText,
"EsoUI/Art/HUD/Gamepad/gp_radialIcon_defer_down.dds",
"EsoUI/Art/HUD/Gamepad/gp_radialIcon_defer_down.dds",
function()
NotificationDeferred(data)
end)
- ingame/playertoplayer/playertoplayer.lua:847 --
menu:AddEntry( acceptText,
"EsoUI/Art/HUD/Gamepad/gp_radialIcon_accept_down.dds",
"EsoUI/Art/HUD/Gamepad/gp_radialIcon_accept_down.dds",
function()
NotificationAccepted(data)
end)
- ingame/playertoplayer/playertoplayer.lua:856 --
menu:AddEntry( declineText,
"EsoUI/Art/HUD/Gamepad/gp_radialIcon_cancel_down.dds",
"EsoUI/Art/HUD/Gamepad/gp_radialIcon_cancel_down.dds",
function()
NotificationDeclined(data)
end)