SoundTestEventTask

Inherits from SoundTestTaskSpec

Summary

Constructors

SoundTestEventTask()
SoundTestEventTask(guid: Guid)
SoundTestEventTask(other: SoundTestTaskSpec)
SoundTestEventTask(other: DataContainer)

Properties

Name Type
eventName string

Static members

Name Type
SoundTestEventTask.typeInfo TypeInformation

Constructors

SoundTestEventTask

SoundTestEventTask()

Creates a new SoundTestEventTask frostbite instance.

SoundTestEventTask

SoundTestEventTask(guid: Guid)

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

Parameters

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

SoundTestEventTask

SoundTestEventTask(other: SoundTestTaskSpec)

Casts an instance of type SoundTestTaskSpec to SoundTestEventTask. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SoundTestTaskSpec The instance to cast to SoundTestEventTask.

SoundTestEventTask

SoundTestEventTask(other: DataContainer)

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

Parameters

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

Properties

eventName

string

Static members

typeInfo

TypeInformation

The type information for the SoundTestEventTask type.

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