Steamworks.NativeMethods.ISteamUGC_SetMatchAnyTag C# (CSharp) Method

ISteamUGC_SetMatchAnyTag() private method

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