Table of Contents

Struct SteamUGCQueryCompleted

Namespace
MarymoorStudios.Core.Steamworks
Assembly
MarymoorStudios.Core.Steamworks.dll
public struct SteamUGCQueryCompleted : ICallResult
Implements
Inherited Members

Fields

CallbackId

public const int CallbackId = 3401

Field Value

int

Handle

public UGCQueryHandle Handle

Field Value

UGCQueryHandle

NextCursor

public SteamUGCQueryCompleted.NextCursorType NextCursor

Field Value

SteamUGCQueryCompleted.NextCursorType

NumResultsReturned

public uint NumResultsReturned

Field Value

uint

Result

public EResult Result

Field Value

EResult

TotalMatchingResults

public uint TotalMatchingResults

Field Value

uint

Properties

CachedData

public bool CachedData { get; set; }

Property Value

bool