Table of Contents

Method SubscribeAndWaitForDownload

Namespace
GrindFest
Assembly
GrindFest.dll

SubscribeAndWaitForDownload(ulong, int)

Subscribe, download, and wait until the Workshop item is fully installed. Uses manual polling instead of SteamUGC.DownloadAsync for reliability. Returns true when the item is ready to use.

public Task<bool> SubscribeAndWaitForDownload(ulong workshopId, int timeoutSeconds = 60)

Parameters

workshopId ulong
timeoutSeconds int

Returns

Task<bool>