VoiceOverVariableNode

Inherits from VoiceOverExpressionNode

Summary

Constructors

VoiceOverVariableNode()
VoiceOverVariableNode(guid: Guid)
VoiceOverVariableNode(other: VoiceOverExpressionNode)
VoiceOverVariableNode(other: VoiceOverNode)
VoiceOverVariableNode(other: DataContainer)

Properties

Name Type
value VoiceOverValue | nil
source VoiceOverNamedValue | nil

Static members

Name Type
VoiceOverVariableNode.typeInfo TypeInformation

Constructors

VoiceOverVariableNode

VoiceOverVariableNode()

Creates a new VoiceOverVariableNode frostbite instance.

VoiceOverVariableNode

VoiceOverVariableNode(guid: Guid)

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

Parameters

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

VoiceOverVariableNode

VoiceOverVariableNode(other: VoiceOverExpressionNode)

Casts an instance of type VoiceOverExpressionNode to VoiceOverVariableNode. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other VoiceOverExpressionNode The instance to cast to VoiceOverVariableNode.

VoiceOverVariableNode

VoiceOverVariableNode(other: VoiceOverNode)

Casts an instance of type VoiceOverNode to VoiceOverVariableNode. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other VoiceOverNode The instance to cast to VoiceOverVariableNode.

VoiceOverVariableNode

VoiceOverVariableNode(other: DataContainer)

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

Parameters

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

Properties

value

VoiceOverValue | nil

source

VoiceOverNamedValue | nil

Static members

typeInfo

TypeInformation

The type information for the VoiceOverVariableNode type.

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