Verse Library verse

02 Device

Creates an editable slot to link a UEFN button device to Verse code.

verse-library/verse-devices-references/02-device.verse

using { /Fortnite.com/Devices }
using { /Verse.org/Simulation }

welcome_sign := class(creative_device):

    # @editable makes this remote show up as a slot in the UEFN
    # Details panel, so you can drag the real button onto it.
    @editable
    StartButton : button_device = button_device{}

Comments

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