Basics
Guides
API Reference
Basics
Guides
API Reference
[13:7] extends: FxObj
Wraps FXGL's SerializableFunctionNode (com.almasb.fxgl.cutscene.dialogue.SerializableFunctionNode), the Jackson-friendly form of FunctionNode (function-call line + numTimes counter) used during DialogueGraph persistence.
SerializableFunctionNode (TypeObj = null, string Text = "", int NumTimes = -1)
Creates a new SerializableFunctionNode. Pass null for TypeObj to construct an empty wrapper for adopt.
TypeObj is a DialogueNodeType enum value (use DialogueNodeType.FUNCTION).Text is the function-call text.NumTimes is the call cap (-1 for unlimited).adopt (object Ajo)
Wraps an existing SerializableFunctionNode AussomJavaObject.
Ajo is an AussomJavaObject around a SerializableFunctionNode.A new wrapper.getType ()
Returns the DialogueNodeType enum value.
getText ()
Returns the function-call text. @r A string.
getNumTimes ()
Returns the call cap (-1 for unlimited). @r An int.
getAudio ()
Returns the audio file name. @r A string.
setAudio (string Audio)
Sets the audio file name.
Audio is the audio file name string.this object
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.