Basics
Guides
API Reference
Basics
Guides
API Reference
[14:7] extends: DialogueNode
Wraps FXGL's BranchNode (com.almasb.fxgl.cutscene.dialogue.BranchNode), a DialogueNode subclass that evaluates the text as a boolean condition and follows one of two outgoing edges based on the result.
BranchNode (Text = null)
Creates a new BranchNode with the given condition text. Pass null for the adopt path.
Text is the FXGL condition string (e.g. "x >= 5").adopt (object Ajo)
Wraps an existing BranchNode AussomJavaObject.
Ajo is an AussomJavaObject around a BranchNode.A new wrapper.copy ()
Returns a shallow copy of this BranchNode.
A new BranchNode wrapper.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.