PlayerJump method

void PlayerJump(
  1. int player_id,
  2. int index
)

Implementation

void PlayerJump(
  int player_id,
  int index,
) {
  return _PlayerJump(
    player_id,
    index,
  );
}