UGCDetailsCallback

This callback is received in response to calling SteamCloud.requestUGCDetails.

Constructors

Link copied to clipboard
constructor(packetMsg: IPacketMsg)

Properties

Link copied to clipboard
val appID: Int

Gets the App ID the UGC is for.

Link copied to clipboard

Gets the SteamID of the UGC's creator.

Link copied to clipboard

Gets the name of the file.

Link copied to clipboard

Gets the size of the file.

Link copied to clipboard
open override var jobID: JobID

Gets or sets the job ID this callback refers to. If it is not a job callback, it will be JobID.INVALID.

Link copied to clipboard
val result: EResult

Gets the result of the request.

Link copied to clipboard
val url: String

Gets the URL that the content is located at.