VoiceOverLabelNode

Inherits from VoiceOverExpressionNode

Summary

Constructors

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

Properties

Name Type
sources VoiceOverLabelSource[]
falseValue VoiceOverValue | nil
trueValue VoiceOverValue | nil
wantedLabels VoiceOverLabel[]
unwantedLabels VoiceOverLabel[]
sourceMode VoiceOverLabelSourceMode
wantedCompareMode VoiceOverLabelCompareMode
unwantedCompareMode VoiceOverLabelCompareMode

Static members

Name Type
VoiceOverLabelNode.typeInfo TypeInformation

Constructors

VoiceOverLabelNode

VoiceOverLabelNode()

Creates a new VoiceOverLabelNode frostbite instance.

VoiceOverLabelNode

VoiceOverLabelNode(guid: Guid)

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

Parameters

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

VoiceOverLabelNode

VoiceOverLabelNode(other: VoiceOverExpressionNode)

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

Parameters

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

VoiceOverLabelNode

VoiceOverLabelNode(other: VoiceOverNode)

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

Parameters

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

VoiceOverLabelNode

VoiceOverLabelNode(other: DataContainer)

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

Parameters

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

Properties

sources

VoiceOverLabelSource[]

falseValue

VoiceOverValue | nil

trueValue

VoiceOverValue | nil

wantedLabels

VoiceOverLabel[]

unwantedLabels

VoiceOverLabel[]

sourceMode

VoiceOverLabelSourceMode

wantedCompareMode

VoiceOverLabelCompareMode

unwantedCompareMode

VoiceOverLabelCompareMode

Static members

typeInfo

TypeInformation

The type information for the VoiceOverLabelNode type.

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