Garry's Mod Wiki

steamworks.FileInfo

  steamworks.FileInfo( string workshopItemID, function resultCallback )

Description

Retrieves info about supplied Steam Workshop addon.

Arguments

1 string workshopItemID
The ID of Steam Workshop item.
2 function resultCallback
The function to process retrieved data, with the following arguments:

Example

Retrieves all info of the Wiremod Steam Workshop addon.

steamworks.FileInfo( 160250458, function( result ) PrintTable( result ) end)
Output:
banned = false children = {} created = 1373845248 description = "A collection of entities connectable by data wires..." disabled = false fileid = 763849701485673437 id = 160250458 installed = false owner = 76561198096613988 ownername = WireTeam previewid = 597008945885476119 previewsize = 36221 size = 7375691 tags = Addon,tool,Build,Fun title = Wiremod updated = 1571560576 score = 0.92941749095917 total = 49119 up = 45695 down = 3424