Steamworks.NativeMethods.SteamGameServer_Init C# (CSharp) Method

SteamGameServer_Init() private method

private SteamGameServer_Init ( uint unIP, ushort usSteamPort, ushort usGamePort, ushort usQueryPort, EServerMode eServerMode, InteropHelp pchVersionString ) : bool
unIP uint
usSteamPort ushort
usGamePort ushort
usQueryPort ushort
eServerMode EServerMode
pchVersionString InteropHelp
return bool
		public static extern bool SteamGameServer_Init(uint unIP, ushort usSteamPort, ushort usGamePort, ushort usQueryPort, EServerMode eServerMode, InteropHelp.UTF8StringHandle pchVersionString);
NativeMethods