addFavoriteGame method

int addFavoriteGame(
  1. AppId nAppId,
  2. int nIp,
  3. int nConnPort,
  4. int nQueryPort,
  5. int flags,
  6. int rTime32LastPlayedOnServer,
)

Implementation

int addFavoriteGame(
  AppId nAppId,
  int nIp,
  int nConnPort,
  int nQueryPort,
  int flags,
  int rTime32LastPlayedOnServer,
) =>
    _addFavoriteGame.call(
      this,
      nAppId,
      nIp,
      nConnPort,
      nQueryPort,
      flags,
      rTime32LastPlayedOnServer,
    );