getInstalledDepots method

int getInstalledDepots(
  1. AppId appId,
  2. Pointer<UnsignedInt> depots,
  3. int cMaxDepots
)

Implementation

int getInstalledDepots(
  AppId appId,
  Pointer<UnsignedInt> depots,
  int cMaxDepots,
) =>
    _getInstalledDepots.call(
      this,
      appId,
      depots,
      cMaxDepots,
    );