UGCFileInfo
Description
Table structure used by steamworks.FileInfo.
Members
boolean installed
If the addon is subscribed, this value represents whether it is installed on the client and its files are accessible, false otherwise.
boolean disabled
If the addon is subscribed, this value represents whether it is disabled on the client, false otherwise.
table children
A list of child Workshop Items for this item.
For collections this will be sub-collections, for workshop items this will be the items they depend on.
string ownername
We advise against using this. It may be changed or removed in a future update.
The "nice" name of the Uploader, or "Unnammed Player" if we failed to get the data for some reason.
Do not use this field as it will most likely not be updated in time. Use steamworks.RequestPlayerInfo instead.
number error
If this key is set, no other data will be present in the response.
Values above 0 represent Steam Error codes, values below 0 mean the following:
- -1 means Failed to create query
- -2 means Failed to send query
- -3 means Received 0 or more than 1 result
- -4 means Failed to get item data from the response
- -5 means Workshop item ID in the response is invalid
- -6 means Workshop item ID in response is mismatching the requested file ID