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

pub fn does_object_have_player_summoner(index: u16) -> bool

Check whether the object at a certain index in the read object list has a player
as its summoner.

Only living actors can be summoned.

index The index of the object.

Returns whether a player is the summoner of the object.