Verse Library verse

04 If Else

Shows standard if-else conditional branching syntax in Verse.

extracted-snippets/documentation/en-us/fortnite/if-in-verse/04-if-else.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/if-in-verse
# Local doc:  epic-docs/documentation/en-us/fortnite/if-in-verse.md
# Section:    if ... else
expression0
if (test-arg-block):
expression1
else:
expression2
expression3

Comments

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