mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-04 15:40:20 +08:00
jsdoc
This commit is contained in:
parent
e97e63fe6d
commit
9e380e71f5
@ -31,7 +31,7 @@ SteamCommunity.prototype.getMarketApps = function(callback) {
|
||||
};
|
||||
|
||||
/**
|
||||
*
|
||||
* Check if an item is eligible to be turned into gems and if so, get its gem value
|
||||
* @param {int} appid
|
||||
* @param {int|string} assetid
|
||||
* @param {function} callback
|
||||
@ -69,6 +69,13 @@ SteamCommunity.prototype.getGemValue = function(appid, assetid, callback) {
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* Turn an eligible item into gems.
|
||||
* @param {int} appid
|
||||
* @param {int|string} assetid
|
||||
* @param {int} expectedGemsValue
|
||||
* @param {function} callback
|
||||
*/
|
||||
SteamCommunity.prototype.turnItemIntoGems = function(appid, assetid, expectedGemsValue, callback) {
|
||||
this._myProfile({
|
||||
"endpoint": "ajaxgrindintogoo/",
|
||||
|
Loading…
Reference in New Issue
Block a user