Function does_actor_have_position

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

Check whether there is any positional data for the actor at a certain index in
the read actor list.

This is only useful when reading the actor list data recorded for a particular cell.

index The index of the actor.

Returns whether the read actor list contains positional data.