Difference between revisions of "SetSteamAchievement"
From The Official Visionaire Studio: Adventure Game Engine Wiki
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ==setSteamAchievement== | |
− | |||
− | |||
− | |||
− | |||
+ | <div class="command-min-version-info">Available since: <span class="command-min-version">v3.6</span></div> | ||
− | + | <div class="command-doc">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.</div> | |
− | |||
− | |||
− | </ | ||
− | + | Lua Syntax: | |
− | < | + | <pre class="command-syntax">setSteamAchievement(apiName, {flags=1, |
− | + | clear = true|false})</pre> | |
− | + | ===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. | |
− | + | ===Examples=== | |
− | + | None. | |
− | |||
− | If true the achievement will be cleared. Default value is false | ||
− | |||
− | |||
− | True if the achievement was set successfully, false if the operation failed | ||
− |
Latest revision as of 21:28, 30 September 2014
Contents
setSteamAchievement
Available since: v3.6
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.
Examples
None.