Verse Library verse

07 Calling Functions

Demonstrates calling functions with positional and named optional parameters to control argument order.

extracted-snippets/documentation/en-us/fortnite/functions-in-verse/07-calling-functions.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/functions-in-verse
# Local doc:  epic-docs/documentation/en-us/fortnite/functions-in-verse.md
# Section:    Calling Functions
Foo()
Bar(1)
Baz(1, ?Y := 2)
Baz(3, ?Y := 4, ?Z := 5)
Baz(6, ?Z := 7, ?Y := 8)

Comments

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