VoiceOverArithmeticNode

Inherits from VoiceOverExpressionNode

Summary

Constructors

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

Properties

Name Type
a VoiceOverValueConnection | nil
b VoiceOverValueConnection | nil
result VoiceOverValue | nil
operation VoiceOverArithmeticExpressionType

Static members

Name Type
VoiceOverArithmeticNode.typeInfo TypeInformation

Constructors

VoiceOverArithmeticNode

VoiceOverArithmeticNode()

Creates a new VoiceOverArithmeticNode frostbite instance.

VoiceOverArithmeticNode

VoiceOverArithmeticNode(guid: Guid)

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

Parameters

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

VoiceOverArithmeticNode

VoiceOverArithmeticNode(other: VoiceOverExpressionNode)

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

Parameters

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

VoiceOverArithmeticNode

VoiceOverArithmeticNode(other: VoiceOverNode)

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

Parameters

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

VoiceOverArithmeticNode

VoiceOverArithmeticNode(other: DataContainer)

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

Parameters

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

Properties

a

VoiceOverValueConnection | nil

b

VoiceOverValueConnection | nil

result

VoiceOverValue | nil

operation

VoiceOverArithmeticExpressionType

Static members

typeInfo

TypeInformation

The type information for the VoiceOverArithmeticNode type.

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