GetSteamAchievement

From VisionaireWiki
Revision as of 22:53, 2 August 2011 by Alex (talk | contribs) (Created page with "==getSteamAchievement== Gets current state of an achievement. Note: this command only works if the steam_api library was loaded and if a steam account for your game exists. L...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

getSteamAchievement

Gets current state of an achievement.

Note: this command only works if the steam_api library was loaded and if a steam account for your game exists.

Lua Syntax:

getSteamAchievement(apiName)

Arguments

apiName

"string" - The name of the requested achievement. This is the API name specified in the steam account.

Flags

Return Values

achievement
True/false depending if the achievement is set or not, false if the operation failed.