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

pub fn does_actor_have_player_killer(index: u16) -> bool

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.