类型 字符串 修订版本 版本 2024.3703 关键词 steam, steamworks, 成就, AchievementInfo, localizedDescription 另请参阅 AchievementInfo steamworks.* 
一个提供字符串,提供本地化的
local steamworks = require( "plugin.steamworks" )
local achievementInfo = steamworks.getAchievementInfo( "achievementName" )
if ( achievementInfo ) then
    print( "Achievement Description: " .. achievementInfo.localizedDescription )
end