Steamworks.NativeMethods.ISteamGameServerUGC_SetReturnTotalOnly C# (CSharp) Method

ISteamGameServerUGC_SetReturnTotalOnly() private method

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