MCPcopy Create free account
hub / github.com/ceifa/steamworks.js / UpdateProgress

Interface UpdateProgress

client.d.ts:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277 CommittingChanges = 5
278 }
279 export interface UpdateProgress {
280 status: UpdateStatus
281 progress: bigint
282 total: bigint
283 }
284 export function createItem(appId?: number | undefined | null): Promise<UgcResult>
285 export function updateItem(itemId: bigint, updateDetails: UgcUpdate, appId?: number | undefined | null): Promise<UgcResult>
286 export function updateItemWithCallback(itemId: bigint, updateDetails: UgcUpdate, appId: number | undefined | null, successCallback: (data: UgcResult) => void, errorCallback: (err: any) => void, progressCallback?: (data: UpdateProgress) => void, progressCallbackIntervalMs?: number | undefined | null): void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…