Verse Library verse

02 Setting Up The Level

Inherits from creative_device to link button and end game devices for a timer system.

extracted-snippets/documentation/en-us/fortnite/making-a-custom-countdown-timer-using-verse/02-setting-up-the-level.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/making-a-custom-countdown-timer-using-verse
# Local doc:  epic-docs/documentation/en-us/fortnite/making-a-custom-countdown-timer-using-verse.md
# Section:    Setting Up the Level
countdown_timer_example := class(creative_device):
@editable
AddMoreTimeButton : button_device = button_device{}
@editable
EndGame : end_game_device = end_game_device{}

Comments

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