Function does_actor_have_player_killer

Source
pub fn does_actor_have_player_killer(index: u16) -> bool
Expand description

Check whether the killer of the actor at a certain index in the read actor list is a player.

index The index of the actor.

Returns whether the actor was killed by a player.