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๏ƒ

String

get_api_name() const

String

get_description() const

String

get_display_name() const

Image

get_icon() const

int

get_unlock_time() const

bool

is_achieved() const

bool

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.


Image get_icon() const ๐Ÿ”—

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.


bool is_achieved() const ๐Ÿ”—

Whether the local user has unlocked this achievement.


bool is_hidden() const ๐Ÿ”—

Whether the achievement is hidden in the Steam community UI until unlocked.