SteamCloud

This handler is used for interacting with remote storage and user generated content.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Requests details for a specific file in the user's Cloud storage. Results are returned in a SingleFileInfoCallback.

Link copied to clipboard
open override fun handleMsg(packetMsg: IPacketMsg)

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

Link copied to clipboard

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

Link copied to clipboard
fun setup(client: SteamClient)
Link copied to clipboard

Commit a Cloud file at the given path to make its UGC handle publicly visible. Results are returned in a ShareFileCallback.