Steamworks.NativeMethods.ISteamGameServerUGC_SetReturnKeyValueTags C# (CSharp) Method

ISteamGameServerUGC_SetReturnKeyValueTags() private method

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