Steamworks.NativeMethods.ISteamUtils_GetCSERIPPort C# (CSharp) Метод

ISteamUtils_GetCSERIPPort() приватный Метод

private ISteamUtils_GetCSERIPPort ( uint &unIP, ushort &usPort ) : bool
unIP uint
usPort ushort
Результат bool
		public static extern bool ISteamUtils_GetCSERIPPort(out uint unIP, out ushort usPort);
NativeMethods