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

pub fn does_actor_have_stats_dynamic(index: u16) -> bool

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.