Back to Home
ESO Function Data v100025
AddRecentPlayer()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/globals/autocomplete.lua:39
--
function RecentPlayerTracker:AddRecentPlayer(name)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/globals/autocomplete.lua:101
--
g_recentInteractions:AddRecentPlayer(name)
ingame/globals/autocomplete.lua:103
--
g_recentChat:AddRecentPlayer(name)
ingame/globals/autocomplete.lua:108
--
g_recentInteractions:AddRecentPlayer(GetUnitName(tag))
ingame/globals/autocomplete.lua:116
--
g_recentInteractions:AddRecentPlayer(senderDisplayName)
ingame/globals/autocomplete.lua:117
--
g_recentInteractions:AddRecentPlayer(zo_strformat("<<1>>", senderCharacterName))
ingame/globals/autocomplete.lua:123
--
g_recentInteractions:AddRecentPlayer(zo_strformat(SI_GAMEPAD_TRADE_USERNAME, TRADE_WINDOW.target))
ingame/globals/autocomplete.lua:128
--
g_recentTargets:AddRecentPlayer(GetUnitName(unitTag))