DuplicateSpawnScopeStrategyData

Inherits from SoundScopeStrategyData

Summary

Constructors

DuplicateSpawnScopeStrategyData()
DuplicateSpawnScopeStrategyData(guid: Guid)
DuplicateSpawnScopeStrategyData(other: SoundScopeStrategyData)
DuplicateSpawnScopeStrategyData(other: DataContainer)

Properties

Name Type
time float
distance float
closestCount int
groupTypes bool

Static members

Name Type
DuplicateSpawnScopeStrategyData.typeInfo TypeInformation

Constructors

DuplicateSpawnScopeStrategyData

DuplicateSpawnScopeStrategyData()

Creates a new DuplicateSpawnScopeStrategyData frostbite instance.

DuplicateSpawnScopeStrategyData

DuplicateSpawnScopeStrategyData(guid: Guid)

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

Parameters

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

DuplicateSpawnScopeStrategyData

DuplicateSpawnScopeStrategyData(other: SoundScopeStrategyData)

Casts an instance of type SoundScopeStrategyData to DuplicateSpawnScopeStrategyData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SoundScopeStrategyData The instance to cast to DuplicateSpawnScopeStrategyData.

DuplicateSpawnScopeStrategyData

DuplicateSpawnScopeStrategyData(other: DataContainer)

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

Parameters

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

Properties

time

float

distance

float

closestCount

int

groupTypes

bool

Static members

typeInfo

TypeInformation

The type information for the DuplicateSpawnScopeStrategyData type.

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