PlayerGetDownloadProgress method

double? PlayerGetDownloadProgress(
  1. int player_id
)

Implementation

double? PlayerGetDownloadProgress(
  int player_id,
) {
  return _PlayerGetDownloadProgress(
    player_id,
  );
}