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