setLobbyMemberLimit method

bool setLobbyMemberLimit(
  1. CSteamId steamIdLobby,
  2. int cMaxMembers
)

Implementation

bool setLobbyMemberLimit(
  CSteamId steamIdLobby,
  int cMaxMembers,
) =>
    _setLobbyMemberLimit.call(
      this,
      steamIdLobby,
      cMaxMembers,
    );