Steamworks.NativeMethods.ISteamUGC_SetReturnKeyValueTags C# (CSharp) Method

ISteamUGC_SetReturnKeyValueTags() private method

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