Steamworks.NativeMethods.ISteamUGC_GetQueryUGCNumKeyValueTags C# (CSharp) Method

ISteamUGC_GetQueryUGCNumKeyValueTags() private method

private ISteamUGC_GetQueryUGCNumKeyValueTags ( UGCQueryHandle_t handle, uint index ) : uint
handle UGCQueryHandle_t
index uint
return uint
		public static extern uint ISteamUGC_GetQueryUGCNumKeyValueTags(UGCQueryHandle_t handle, uint index);
NativeMethods