Back to Home
ESO Function Data v101044
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:109
--
g_recentInteractions:AddRecentPlayer(GetUnitName(tag))
ingame/globals/autocomplete.lua:118
--
g_recentInteractions:AddRecentPlayer(senderDisplayName)
ingame/globals/autocomplete.lua:119
--
g_recentInteractions:AddRecentPlayer(zo_strformat("<<1>>", senderCharacterName))
ingame/globals/autocomplete.lua:125
--
g_recentInteractions:AddRecentPlayer(zo_strformat(SI_GAMEPAD_TRADE_USERNAME, TRADE_WINDOW.target))
ingame/globals/autocomplete.lua:130
--
g_recentTargets:AddRecentPlayer(GetUnitName(unitTag))