PlayerIsLooping method

bool PlayerIsLooping(
  1. int player_id
)

Implementation

bool PlayerIsLooping(
  int player_id,
) {
  return _PlayerIsLooping(
        player_id,
      ) !=
      0;
}