Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: TriggerMashResult

[13:7] extends: MiniGameResult

Wraps FXGL's TriggerMashResult (com.almasb.fxgl.minigames.triggermash.TriggerMashResult), the MiniGameResult produced by the TriggerMash minigame.

Methods

  • TriggerMashResult (IsSuccess = null)

    Creates a new TriggerMashResult. Pass null for the adopt path.

    • @p IsSuccess is the success flag.
  • adopt (object Ajo)

    Wraps an existing TriggerMashResult AussomJavaObject.

    • @p Ajo is an AussomJavaObject around a TriggerMashResult.
    • @r A new wrapper.