SteamWorkshop

This handler is used for requesting files published on the Steam Workshop.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Enumerates the list of published files for the current logged-in user based on user action. Results are returned in a UserActionPublishedFilesCallback. The returned AsyncJobSingle can also be awaited to retrieve the callback result.

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

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

Link copied to clipboard
fun setup(client: SteamClient)