Verse Library verse

08 Snippet

Determines if an entity's health falls within a critical range for gameplay logic.

extracted-snippets/documentation/fortnite/verse-glossary/08-snippet.verse

# Source URL: https://dev.epicgames.com/documentation/fortnite/verse-glossary
# Local doc:  epic-docs/documentation/fortnite/verse-glossary.md
IsCriticalHealth(Health : float)<decides><transacts> : void =
((Health > 0.0) && (Health <= 30.0))

Comments

    Sign in to vote, comment, or suggest an edit. Sign in