Steamworks.NativeMethods.ISteamUGC_SetReturnOnlyIDs C# (CSharp) Method

ISteamUGC_SetReturnOnlyIDs() private method

private ISteamUGC_SetReturnOnlyIDs ( UGCQueryHandle_t handle, [ bReturnOnlyIDs ) : bool
handle UGCQueryHandle_t
bReturnOnlyIDs [
return bool
		public static extern bool ISteamUGC_SetReturnOnlyIDs(UGCQueryHandle_t handle, [MarshalAs(UnmanagedType.I1)] bool bReturnOnlyIDs);
NativeMethods