pub fn does_object_have_player_summoner(index: u16) -> boolExpand description
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.