Steamworks.NativeMethods.ISteamGameServerUGC_SetItemTags C# (CSharp) Method

ISteamGameServerUGC_SetItemTags() private method

private ISteamGameServerUGC_SetItemTags ( UGCUpdateHandle_t updateHandle, IntPtr pTags ) : bool
updateHandle UGCUpdateHandle_t
pTags System.IntPtr
return bool
		public static extern bool ISteamGameServerUGC_SetItemTags(UGCUpdateHandle_t updateHandle, IntPtr pTags);
NativeMethods