Method | Description | |
---|---|---|
EnumeratePublishedFiles ( EnumerationDetails details ) : |
Enumerates the list of all published files on the Steam workshop. Results are returned in a PublishedFilesCallback from a SteamClient.JobCallback<T>.
|
|
EnumeratePublishedFilesByUserAction ( EnumerationUserDetails details ) : |
Enumerates the list of published files for the current logged in user based on user action. Results are returned in a UserActionPublishedFilesCallback from a SteamClient.JobCallback<T>.
|
|
EnumerateUserPublishedFiles ( EnumerationUserDetails details ) : |
Enumerates the list of published files for the current logged in user. Results are returned in a UserPublishedFilesCallback from a SteamClient.JobCallback<T>.
|
|
EnumerateUserSubscribedFiles ( EnumerationUserDetails details ) : |
Enumerates the list of subscribed files for the current logged in user. Results are returned in a UserSubscribedFilesCallback from a SteamClient.JobCallback<T>.
|
|
HandleMsg ( IPacketMsg packetMsg ) : void |
Handles a client message. This should not be called directly.
|
|
RequestPublishedFileDetails ( PublishedFileID publishedFileId ) : |
Requests details for a given published workshop file. Results are returned in a PublishedFileDetailsCallback from a SteamClient.JobCallback<T>.
|
Method | Description | |
---|---|---|
HandleEnumPublishedFiles ( IPacketMsg packetMsg ) : void | ||
HandleEnumPublishedFilesByAction ( IPacketMsg packetMsg ) : void | ||
HandleEnumUserPublishedFiles ( IPacketMsg packetMsg ) : void | ||
HandleEnumUserSubscribedFiles ( IPacketMsg packetMsg ) : void | ||
HandlePublishedFileDetails ( IPacketMsg packetMsg ) : void | ||
SteamWorkshop ( ) : System.Collections.Generic |
public EnumeratePublishedFiles ( EnumerationDetails details ) : |
||
details | EnumerationDetails | The specific details of the request. |
return |
public EnumeratePublishedFilesByUserAction ( EnumerationUserDetails details ) : |
||
details | EnumerationUserDetails | The specific details of the request. |
return |
public EnumerateUserPublishedFiles ( EnumerationUserDetails details ) : |
||
details | EnumerationUserDetails | The specific details of the request. |
return |
public EnumerateUserSubscribedFiles ( EnumerationUserDetails details ) : |
||
details | EnumerationUserDetails | The specific details of the request. |
return |
public HandleMsg ( IPacketMsg packetMsg ) : void | ||
packetMsg | IPacketMsg | The packet message that contains the data. |
return | void |
public RequestPublishedFileDetails ( PublishedFileID publishedFileId ) : |
||
publishedFileId | PublishedFileID | The file ID being requested. |
return |