SoldierSoundData
Inherits from DataContainer
Summary
Constructors
SoldierSoundData() |
SoldierSoundData(guid: Guid) |
SoldierSoundData(other: DataContainer) |
Properties
Name | Type |
---|---|
movement | SoundAsset | nil |
death | SoundAsset | nil |
bulletImpact | SoundAsset | nil |
healing | SoundAsset | nil |
breathControl | SoundAsset | nil |
hitIndicator | SoundAsset | nil |
pickupKit | SoundAsset | nil |
pickupAmmo | SoundAsset | nil |
sprintTimeForRecovery | float |
movementThreshold | float |
minHealSoundTime | float |
Static members
Name | Type |
---|---|
SoldierSoundData.typeInfo | TypeInformation |
Constructors
SoldierSoundData
SoldierSoundData()
Creates a new SoldierSoundData frostbite instance.
SoldierSoundData
SoldierSoundData(guid: Guid)
Creates a new SoldierSoundData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SoldierSoundData
SoldierSoundData(other: DataContainer)
Casts an instance of type DataContainer to SoldierSoundData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SoldierSoundData. |
Properties
movement
SoundAsset | nil
death
SoundAsset | nil
bulletImpact
SoundAsset | nil
healing
SoundAsset | nil
breathControl
SoundAsset | nil
hitIndicator
SoundAsset | nil
pickupKit
SoundAsset | nil
pickupAmmo
SoundAsset | nil
sprintTimeForRecovery
float
movementThreshold
float
minHealSoundTime
float
Static members
typeInfo
The type information for the SoldierSoundData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)