TurretControlConstantData

Inherits from Asset

Summary

Constructors

TurretControlConstantData()
TurretControlConstantData(guid: Guid)
TurretControlConstantData(other: Asset)
TurretControlConstantData(other: DataContainer)

Properties

Name Type
searchLookSpeed float
slowLookSpeed float
normalLookSpeed float
fastLookSpeed float

Static members

Name Type
TurretControlConstantData.typeInfo TypeInformation

Constructors

TurretControlConstantData

TurretControlConstantData()

Creates a new TurretControlConstantData frostbite instance.

TurretControlConstantData

TurretControlConstantData(guid: Guid)

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

Parameters

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

TurretControlConstantData

TurretControlConstantData(other: Asset)

Casts an instance of type Asset to TurretControlConstantData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to TurretControlConstantData.

TurretControlConstantData

TurretControlConstantData(other: DataContainer)

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

Parameters

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

Properties

searchLookSpeed

float

slowLookSpeed

float

normalLookSpeed

float

fastLookSpeed

float

Static members

typeInfo

TypeInformation

The type information for the TurretControlConstantData type.

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