pub fn is_downed( health: Option<&Health>, character_state: Option<&CharacterState>, ) -> bool
Returns true if an entity is downed, their character state is Crawl and their death protection has been consumed.
Crawl