Steamworks.NativeMethods.SteamInternal_GameServer_Init C# (CSharp) Method

SteamInternal_GameServer_Init() private method

private SteamInternal_GameServer_Init ( uint unIP, ushort usPort, ushort usGamePort, ushort usQueryPort, EServerMode eServerMode, InteropHelp pchVersionString ) : bool
unIP uint
usPort ushort
usGamePort ushort
usQueryPort ushort
eServerMode EServerMode
pchVersionString InteropHelp
return bool
		public static extern bool SteamInternal_GameServer_Init(uint unIP, ushort usPort, ushort usGamePort, ushort usQueryPort, EServerMode eServerMode, InteropHelp.UTF8StringHandle pchVersionString);
#endregion
NativeMethods