[][src]Function tes3mp_plugin::plugin::generated::does_player_have_player_killer

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.

Returns whether the player was killed by another player.