Verse Library verse

13 Defining Props That Move

Runs a continuous loop that waits for a start delay before triggering prop movement logic.

extracted-snippets/documentation/en-us/fortnite/animating-prop-movement-1-making-movable-props-in-verse/13-defining-props-that-move.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/animating-prop-movement-1-making-movable-props-in-verse
# Local doc:  epic-docs/documentation/en-us/fortnite/animating-prop-movement-1-making-movable-props-in-verse.md
# Section:    Defining Props that Move
# Loops moving the RootProp to its target by calling Move(), and handles
# any logic when the movement begins and ends.
ManageMovement()<suspends>:void=
loop:
Sleep(MoveStartDelay)
Move()

Comments

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