Files
wow_Meta/api/ShowFriends.lua
2025-05-04 14:35:26 +02:00

5 lines
290 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Requests friends/ignore list information from the server. Information is not returned immediately; the FRIENDLIST_UPDATE event fires when data becomes available for use by Friends/Ignore API functions.
function ShowFriends() end