DefibrillatorWeaponData

Inherits from WeaponData

Summary

Constructors

DefibrillatorWeaponData()
DefibrillatorWeaponData(guid: Guid)
DefibrillatorWeaponData(other: WeaponData)
DefibrillatorWeaponData(other: ToolData)
DefibrillatorWeaponData(other: DataContainer)

Properties

Name Type
reviveTime float
attackTime float

Static members

Name Type
DefibrillatorWeaponData.typeInfo TypeInformation

Constructors

DefibrillatorWeaponData

DefibrillatorWeaponData()

Creates a new DefibrillatorWeaponData frostbite instance.

DefibrillatorWeaponData

DefibrillatorWeaponData(guid: Guid)

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

Parameters

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

DefibrillatorWeaponData

DefibrillatorWeaponData(other: WeaponData)

Casts an instance of type WeaponData to DefibrillatorWeaponData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other WeaponData The instance to cast to DefibrillatorWeaponData.

DefibrillatorWeaponData

DefibrillatorWeaponData(other: ToolData)

Casts an instance of type ToolData to DefibrillatorWeaponData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ToolData The instance to cast to DefibrillatorWeaponData.

DefibrillatorWeaponData

DefibrillatorWeaponData(other: DataContainer)

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

Parameters

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

Properties

reviveTime

float

attackTime

float

Static members

typeInfo

TypeInformation

The type information for the DefibrillatorWeaponData type.

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