Steamworks.NativeMethods.ISteamMatchmakingServers_ServerRules C# (CSharp) Method

ISteamMatchmakingServers_ServerRules() private method

private ISteamMatchmakingServers_ServerRules ( uint unIP, ushort usPort, IntPtr pRequestServersResponse ) : int
unIP uint
usPort ushort
pRequestServersResponse IntPtr
return int
		public static extern int ISteamMatchmakingServers_ServerRules(uint unIP, ushort usPort, IntPtr pRequestServersResponse);
NativeMethods