Steamworks.NativeMethods.ISteamGameServerUGC_GetQueryUGCNumKeyValueTags C# (CSharp) Méthode

ISteamGameServerUGC_GetQueryUGCNumKeyValueTags() private méthode

private ISteamGameServerUGC_GetQueryUGCNumKeyValueTags ( UGCQueryHandle_t handle, uint index ) : uint
handle UGCQueryHandle_t
index uint
Résultat uint
		public static extern uint ISteamGameServerUGC_GetQueryUGCNumKeyValueTags(UGCQueryHandle_t handle, uint index);
NativeMethods