Function does_player_have_player_killer

Source
pub fn does_player_have_player_killer(pid: u16) -> bool
Expand description

Check whether the killer of a certain player is also a player.

pid The player ID of the killed player.

Returns whether the player was killed by another player.