Verse Library verse

01 Query

Evaluates a target lock state to conditionally display a corresponding user interface icon.

extracted-snippets/documentation/en-us/fortnite/logic-in-verse/01-query.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/logic-in-verse
# Local doc:  epic-docs/documentation/en-us/fortnite/logic-in-verse.md
# Section:    Query
# Determine whether to show the target-locked icon if a target is locked
if (TargetLocked?):
ShowTargetLockedIcon()

Comments

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