Function does_actor_have_stats_dynamic

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

Check whether there is any dynamic stats 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 dynamic stats data.