VoiceOverProbabilityNode

Inherits from VoiceOverExpressionNode

Summary

Constructors

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

Properties

Name Type
falseValue VoiceOverValue | nil
trueValue VoiceOverValue | nil
probability float

Static members

Name Type
VoiceOverProbabilityNode.typeInfo TypeInformation

Constructors

VoiceOverProbabilityNode

VoiceOverProbabilityNode()

Creates a new VoiceOverProbabilityNode frostbite instance.

VoiceOverProbabilityNode

VoiceOverProbabilityNode(guid: Guid)

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

Parameters

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

VoiceOverProbabilityNode

VoiceOverProbabilityNode(other: VoiceOverExpressionNode)

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

Parameters

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

VoiceOverProbabilityNode

VoiceOverProbabilityNode(other: VoiceOverNode)

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

Parameters

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

VoiceOverProbabilityNode

VoiceOverProbabilityNode(other: DataContainer)

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

Parameters

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

Properties

falseValue

VoiceOverValue | nil

trueValue

VoiceOverValue | nil

probability

float

Static members

typeInfo

TypeInformation

The type information for the VoiceOverProbabilityNode type.

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