GetSteamStat: Difference between revisions

From VisionaireWiki
Jump to navigation Jump to search
(Created page with "==getSteamStat== Returns the requested steam stat. Note: this command only works if the steam_api library was loaded and if a steam account for your game exists. Lua Syntax: ...")
 
(No difference)

Latest revision as of 22:53, 2 August 2011

getSteamStat

Returns the requested steam stat.

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

Lua Syntax:

getSteamStat(apiName)

Arguments

apiName

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

Flags

Return Values

stat
The integer value of the stat or -1 if the stat could not be retrieved.