Type Function Library gamecircle.* Return value None Revision Release 2022.3683 Keywords Achievement, Overlay
This function will make the GameCircle SDK open it's own Achievement overlay on top of the current application. This will allow users to see their achievements, both those unlocked and locked, as well as see their progress on individual achievements.
gamecircle.Achievement.OpenOverlay()
local gamecircle = require("plugin.gamecircle") gamecircle.Init(true, false, false) gamecircle.Achievement.OpenOverlay()