SetSteamAchievement

From VisionaireWiki
Revision as of 21:56, 2 August 2011 by Alex (talk | contribs) (Created page with "==setSteamAchievement== Sets an achievement to done. Note: this command only works if the steam_api library was loaded and if a steam account for your game exists. Lua Syntax...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

setSteamAchievement

Sets an achievement to done.

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

Lua Syntax:

setSteamAchievement(apiName, {flags=1, 
    clear = true|false})

Arguments

apiName

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

Flags

clr/clear

If true the achievement will be cleared. Default value is false.

Return Values

success
True if the achievement was set successfully, false if the operation failed.