SoundTestTask

Inherits from DataContainer

Summary

Constructors

SoundTestTask()
SoundTestTask(guid: Guid)
SoundTestTask(other: DataContainer)

Properties

Name Type
spec SoundTestTaskSpec | nil
param SoundTestTaskParam | nil
startTime float
repetitions int

Static members

Name Type
SoundTestTask.typeInfo TypeInformation

Constructors

SoundTestTask

SoundTestTask()

Creates a new SoundTestTask frostbite instance.

SoundTestTask

SoundTestTask(guid: Guid)

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

Parameters

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

SoundTestTask

SoundTestTask(other: DataContainer)

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

Parameters

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

Properties

spec

SoundTestTaskSpec | nil

param

SoundTestTaskParam | nil

startTime

float

repetitions

int

Static members

typeInfo

TypeInformation

The type information for the SoundTestTask type.

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