SteamAchievementInfo๏
Inherits: RefCounted < Object
Metadata for a single Steam achievement.
Description๏
Returned by Steam.get_achievement_info() and Steam.get_all_achievements(). Includes localized display data and an optional Image icon converted from Steam RGBA image data.
Methods๏
get_api_name() const |
|
get_description() const |
|
get_display_name() const |
|
get_icon() const |
|
get_unlock_time() const |
|
is_achieved() const |
|
is_hidden() const |
Method Descriptions๏
String get_api_name() const ๐
Steamworks API name for the achievement.
String get_description() const ๐
Localized achievement description.
String get_display_name() const ๐
Localized achievement title.
Achievement icon as an RGBA Image, or null if unavailable.
int get_unlock_time() const ๐
Unix timestamp when the achievement was unlocked, or 0 if not unlocked or unknown.
Whether the local user has unlocked this achievement.
Whether the achievement is hidden in the Steam community UI until unlocked.