VoiceOverDistanceNode

Inherits from VoiceOverExpressionNode

Summary

Constructors

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

Properties

Name Type
a VoiceOverValueConnection | nil
b VoiceOverValueConnection | nil
threshold VoiceOverValueConnection | nil
distance VoiceOverValue | nil
falseValue VoiceOverValue | nil
trueValue VoiceOverValue | nil
operation VoiceOverCompareExpressionType

Static members

Name Type
VoiceOverDistanceNode.typeInfo TypeInformation

Constructors

VoiceOverDistanceNode

VoiceOverDistanceNode()

Creates a new VoiceOverDistanceNode frostbite instance.

VoiceOverDistanceNode

VoiceOverDistanceNode(guid: Guid)

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

Parameters

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

VoiceOverDistanceNode

VoiceOverDistanceNode(other: VoiceOverExpressionNode)

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

Parameters

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

VoiceOverDistanceNode

VoiceOverDistanceNode(other: VoiceOverNode)

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

Parameters

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

VoiceOverDistanceNode

VoiceOverDistanceNode(other: DataContainer)

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

Parameters

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

Properties

a

VoiceOverValueConnection | nil

b

VoiceOverValueConnection | nil

threshold

VoiceOverValueConnection | nil

distance

VoiceOverValue | nil

falseValue

VoiceOverValue | nil

trueValue

VoiceOverValue | nil

operation

VoiceOverCompareExpressionType

Static members

typeInfo

TypeInformation

The type information for the VoiceOverDistanceNode type.

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