LaserDesignatorData

Inherits from LockingWeaponData

Summary

Constructors

LaserDesignatorData()
LaserDesignatorData(guid: Guid)
LaserDesignatorData(other: LockingWeaponData)
LaserDesignatorData(other: WeaponData)
LaserDesignatorData(other: ToolData)
LaserDesignatorData(other: DataContainer)

Properties

Name Type
postLockTime float
bomberTime float
bombWarnTime float
bomberSound SoundAsset | nil

Static members

Name Type
LaserDesignatorData.typeInfo TypeInformation

Constructors

LaserDesignatorData

LaserDesignatorData()

Creates a new LaserDesignatorData frostbite instance.

LaserDesignatorData

LaserDesignatorData(guid: Guid)

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

Parameters

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

LaserDesignatorData

LaserDesignatorData(other: LockingWeaponData)

Casts an instance of type LockingWeaponData to LaserDesignatorData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other LockingWeaponData The instance to cast to LaserDesignatorData.

LaserDesignatorData

LaserDesignatorData(other: WeaponData)

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

Parameters

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

LaserDesignatorData

LaserDesignatorData(other: ToolData)

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

Parameters

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

LaserDesignatorData

LaserDesignatorData(other: DataContainer)

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

Parameters

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

Properties

postLockTime

float

bomberTime

float

bombWarnTime

float

bomberSound

SoundAsset | nil

Static members

typeInfo

TypeInformation

The type information for the LaserDesignatorData type.

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