Steamworks.NativeMethods.ISteamGameServerUGC_GetQueryUGCNumKeyValueTags C# (CSharp) Method

ISteamGameServerUGC_GetQueryUGCNumKeyValueTags() private method

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