Fix parameter mismatch errors in lua docs
This commit is contained in:
@@ -10,7 +10,7 @@ local Steam = {}
|
||||
|
||||
|
||||
--- Downloads an item from workshop and places it in a folder.
|
||||
-- @tparam string itemID
|
||||
-- @tparam string id
|
||||
-- @tparam string destinationFolder
|
||||
-- @tparam function callback
|
||||
-- @realm shared
|
||||
@@ -23,13 +23,13 @@ local Steam = {}
|
||||
function Steam.DownloadWorkshopItem(id, destinationFolder, callback) end
|
||||
|
||||
--- Gets information about a workshop item.
|
||||
-- @tparam string itemID
|
||||
-- @tparam string id
|
||||
-- @tparam function callback
|
||||
-- @realm shared
|
||||
function Steam.GetWorkshopItem(id, callback) end
|
||||
|
||||
--- Callback is called with the list of all workshop items inside the specified collection.
|
||||
-- @tparam string itemID
|
||||
-- @tparam string id
|
||||
-- @tparam function callback
|
||||
-- @realm shared
|
||||
function Steam.GetWorkshopCollection(id, callback) end
|
||||
|
||||
Reference in New Issue
Block a user