- ingame/playertoplayer/playertoplayer.lua:1209 --
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:1219 --
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:1229 --
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)