Steamworks.NativeMethods.ISteamUGC_SetReturnTotalOnly C# (CSharp) Method

ISteamUGC_SetReturnTotalOnly() private method

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