Difference between revisions of "SetSteamStat"
From The Official Visionaire Studio: Adventure Game Engine Wiki
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ==setSteamStat== | |
− | |||
− | |||
− | |||
− | |||
+ | <div class="command-min-version-info">Available since: <span class="command-min-version">v3.6</span></div> | ||
− | + | <div class="command-doc">Sets the specified steam stat to the given value. | |
− | <div class=" | ||
− | |||
− | |||
− | |||
− | |||
+ | Note: this command only works if the steam_api library was loaded and if a steam account for your game exists.</div> | ||
− | Syntax: | + | Lua Syntax: |
− | < | + | <pre class="command-syntax">setSteamStat(apiName, value)</pre> |
− | setSteamStat(apiName, value) | + | ===Arguments=== |
− | </ | + | ====apiName==== |
− | + | :'''"string"''' - The name of the stat to set. This is the API name specified in the steam account. | |
− | + | ====value==== | |
− | + | :'''int''' - Stat will be set to this value. | |
− | + | ===Flags=== | |
− | + | ===Return Values=== | |
− | + | ;success | |
− | + | :True if the value was set successfully, false if the operation failed. | |
− | + | ===Examples=== | |
− | + | None. | |
− | |||
− | |||
− | |||
− | The name of the stat to set | ||
− | |||
− | |||
− | |||
− | |||
− | Flags | ||
− | |||
− | |||
− | True if the value was set successfully, false if the operation failed | ||
− |
Latest revision as of 21:28, 30 September 2014
Contents
setSteamStat
Available since: v3.6
Sets the specified steam stat to the given value.
Note: this command only works if the steam_api library was loaded and if a steam account for your game exists.
Lua Syntax:
setSteamStat(apiName, value)
Arguments
apiName
- "string" - The name of the stat to set. This is the API name specified in the steam account.
value
- int - Stat will be set to this value.
Flags
Return Values
- success
- True if the value was set successfully, false if the operation failed.
Examples
None.