PlayerIsAutoRepeat method

bool PlayerIsAutoRepeat(
  1. int player_id
)

Implementation

bool PlayerIsAutoRepeat(
  int player_id,
) {
  return _PlayerIsAutoRepeat(
        player_id,
      ) !=
      0;
}