EnumerationUserDetails

data class EnumerationUserDetails(var appID: Int, var startIndex: Int, var userAction: EWorkshopFileAction)

Represents the details of an enumeration request used for the local user's files.

Parameters

appID

Gets or Sets the AppID of the workshop to enumerate.

startIndex

Gets or Sets the start index.

userAction

Gets or Sets the user action to filter by. This value is only used by SteamWorkshop.enumeratePublishedFilesByUserAction

Constructors

Link copied to clipboard
constructor(appID: Int, startIndex: Int, userAction: EWorkshopFileAction)

Properties

Link copied to clipboard
var appID: Int
Link copied to clipboard
Link copied to clipboard
var userAction: EWorkshopFileAction