BreathControlData

Inherits from DataContainer

Summary

Constructors

BreathControlData()
BreathControlData(guid: Guid)
BreathControlData(other: DataContainer)

Properties

Name Type
breathControlTime float
breathControlReleaseTime float
breathControlPenaltyMultiplier float
breathControlPenaltyTimeout float

Static members

Name Type
BreathControlData.typeInfo TypeInformation

Constructors

BreathControlData

BreathControlData()

Creates a new BreathControlData frostbite instance.

BreathControlData

BreathControlData(guid: Guid)

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

Parameters

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

BreathControlData

BreathControlData(other: DataContainer)

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

Parameters

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

Properties

breathControlTime

float

breathControlReleaseTime

float

breathControlPenaltyMultiplier

float

breathControlPenaltyTimeout

float

Static members

typeInfo

TypeInformation

The type information for the BreathControlData type.

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