Steamworks.NativeMethods.ISteamMatchmaking_GetLobbyMemberLimit C# (CSharp) Method

ISteamMatchmaking_GetLobbyMemberLimit() private method

private ISteamMatchmaking_GetLobbyMemberLimit ( CSteamID steamIDLobby ) : int
steamIDLobby CSteamID
return int
		public static extern int ISteamMatchmaking_GetLobbyMemberLimit(CSteamID steamIDLobby);
NativeMethods