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