C# Class SteamKit2.SteamCloud

This handler is used for interacting with remote storage and user generated content.
Inheritance: ClientMsgHandler
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Méthode Description
HandleMsg ( IPacketMsg packetMsg ) : void

Handles a client message. This should not be called directly.

RequestUGCDetails ( UGCHandle ugcId ) : JobID

Requests details for a specific item of user generated content from the Steam servers. Results are returned in a UGCDetailsCallback from a SteamClient.JobCallback<T>.

Private Methods

Méthode Description
HandleUGCDetailsResponse ( IPacketMsg packetMsg ) : void
SteamCloud ( ) : SteamKit2.Internal

Method Details

HandleMsg() public méthode

Handles a client message. This should not be called directly.
public HandleMsg ( IPacketMsg packetMsg ) : void
packetMsg IPacketMsg The packet message that contains the data.
Résultat void

RequestUGCDetails() public méthode

Requests details for a specific item of user generated content from the Steam servers. Results are returned in a UGCDetailsCallback from a SteamClient.JobCallback<T>.
public RequestUGCDetails ( UGCHandle ugcId ) : JobID
ugcId UGCHandle The unique user generated content id.
Résultat JobID