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

pub fn does_actor_have_position(index: u16) -> bool

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.