searchForGameWithLobby method

EGameSearchErrorCode searchForGameWithLobby(
  1. CSteamId steamIdLobby,
  2. int nPlayerMin,
  3. int nPlayerMax
)

Implementation

EGameSearchErrorCode searchForGameWithLobby(
  CSteamId steamIdLobby,
  int nPlayerMin,
  int nPlayerMax,
) =>
    EGameSearchErrorCode.fromValue(
      _searchForGameWithLobby.call(
        this,
        steamIdLobby,
        nPlayerMin,
        nPlayerMax,
      ),
    );