PlayerIsAutoplay method

bool PlayerIsAutoplay(
  1. int player_id
)

Implementation

bool PlayerIsAutoplay(
  int player_id,
) {
  return _PlayerIsAutoplay(
        player_id,
      ) !=
      0;
}