For the complete documentation index, see llms.txt. This page is also available as Markdown.

getAllAvatars

API - gets all available avatars

return function()
    local allActiveAvatars = getAllAvatars();
    for i,avatar in pairs(allActiveAvatars) do
        log(avatar.name);
    end
end
Avatar

Last updated