DialogNode

Inherits from StateNode

Summary

Constructors

DialogNode()
DialogNode(guid: Guid)
DialogNode(other: StateNode)
DialogNode(other: UINodeData)
DialogNode(other: DataContainer)

Properties

Name Type
dialogTitle string
dialogText string
buttons UIPopupButton[]

Static members

Name Type
DialogNode.typeInfo TypeInformation

Constructors

DialogNode

DialogNode()

Creates a new DialogNode frostbite instance.

DialogNode

DialogNode(guid: Guid)

Creates a new DialogNode frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

DialogNode

DialogNode(other: StateNode)

Casts an instance of type StateNode to DialogNode. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other StateNode The instance to cast to DialogNode.

DialogNode

DialogNode(other: UINodeData)

Casts an instance of type UINodeData to DialogNode. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UINodeData The instance to cast to DialogNode.

DialogNode

DialogNode(other: DataContainer)

Casts an instance of type DataContainer to DialogNode. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to DialogNode.

Properties

dialogTitle

string

dialogText

string

buttons

UIPopupButton[]

Static members

typeInfo

TypeInformation

The type information for the DialogNode type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)