Steamworks.NativeMethods.ISteamGameServerUGC_GetQueryUGCNumKeyValueTags C# (CSharp) 메소드

ISteamGameServerUGC_GetQueryUGCNumKeyValueTags() 개인적인 메소드

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