SetSteamStat: Difference between revisions

From VisionaireWiki
Jump to navigation Jump to search
(Created page with "==setSteamStat== 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 exist...")
 
(No difference)

Latest revision as of 22:57, 2 August 2011

setSteamStat

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.