pub fn does_player_have_player_killer(pid: u16) -> bool
Check whether the killer of a certain player is also a player.
pid The player ID of the killed player.
pid
Returns whether the player was killed by another player.