VoiceOverTriggerParameter

Inherits from DataContainer

Summary

Constructors

VoiceOverTriggerParameter()
VoiceOverTriggerParameter(guid: Guid)
VoiceOverTriggerParameter(other: DataContainer)

Properties

Name Type
source VoiceOverValueConnection | nil
eventParameter VoiceOverNamedValue | nil

Static members

Name Type
VoiceOverTriggerParameter.typeInfo TypeInformation

Constructors

VoiceOverTriggerParameter

VoiceOverTriggerParameter()

Creates a new VoiceOverTriggerParameter frostbite instance.

VoiceOverTriggerParameter

VoiceOverTriggerParameter(guid: Guid)

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

Parameters

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

VoiceOverTriggerParameter

VoiceOverTriggerParameter(other: DataContainer)

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

Parameters

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

Properties

source

VoiceOverValueConnection | nil

eventParameter

VoiceOverNamedValue | nil

Static members

typeInfo

TypeInformation

The type information for the VoiceOverTriggerParameter type.

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