FiringFunctionData
Inherits from GameDataContainer
Summary
Constructors
FiringFunctionData() |
FiringFunctionData(guid: Guid) |
FiringFunctionData(other: GameDataContainer) |
FiringFunctionData(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
FiringFunctionData.typeInfo | TypeInformation |
Constructors
FiringFunctionData
FiringFunctionData()
Creates a new FiringFunctionData frostbite instance.
FiringFunctionData
FiringFunctionData(guid: Guid)
Creates a new FiringFunctionData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
FiringFunctionData
FiringFunctionData(other: GameDataContainer)
Casts an instance of type GameDataContainer to FiringFunctionData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to FiringFunctionData. |
FiringFunctionData
FiringFunctionData(other: DataContainer)
Casts an instance of type DataContainer to FiringFunctionData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to FiringFunctionData. |
Properties
dispersion
weaponDispersion
fireEffects1p
fireEffects3p
sound
SoundAsset | nil
shot
fireLogic
ammo
overHeat
selfHealTimeWhenDeployed
float
ammoCrateReloadDelay
float
unlimitedAmmoForAI
bool
usePrimaryAmmo
bool
Static members
typeInfo
The type information for the FiringFunctionData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)