Skip to main content

StruggleMinigame

Index

Properties

optionalDisablingCraftedProperty

DisablingCraftedProperty?: CraftingPropertyType

Draw

Draw: (C) => void

Type declaration

optionalHandleEvent

HandleEvent?: (EventType, event) => boolean

Type declaration

    • (EventType, event): boolean
    • Parameters

      • EventType: Click | KeyDown
      • event: Event

      Returns boolean

Setup

Setup: (C, PrevItem, NextItem) => void

Type declaration

    • (C, PrevItem, NextItem): void