Verse Library verse

01 Snippet

Iterates three times to repeatedly send trigger signals to two connected devices.

extracted-snippets/documentation/en-us/fortnite/for-in-verse/01-snippet.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/for-in-verse
# Local doc:  epic-docs/documentation/en-us/fortnite/for-in-verse.md
for (X := 0..2):
TriggerDevice1.Transmit()
TriggerDevice2.Transmit()

Comments

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