getLobbyDataCount method

int getLobbyDataCount(
  1. CSteamId steamIdLobby
)

Implementation

int getLobbyDataCount(
  CSteamId steamIdLobby,
) =>
    _getLobbyDataCount.call(
      this,
      steamIdLobby,
    );