Steamworks.NativeMethods.ISteamMatchmaking_SetLobbyMemberLimit C# (CSharp) Method

ISteamMatchmaking_SetLobbyMemberLimit() private method

private ISteamMatchmaking_SetLobbyMemberLimit ( CSteamID steamIDLobby, int cMaxMembers ) : bool
steamIDLobby CSteamID
cMaxMembers int
return bool
		public static extern bool ISteamMatchmaking_SetLobbyMemberLimit(CSteamID steamIDLobby, int cMaxMembers);
NativeMethods