WeaponSpeedData

Inherits from DataContainer

Summary

Constructors

WeaponSpeedData()
WeaponSpeedData(guid: Guid)
WeaponSpeedData(other: DataContainer)

Properties

Name Type
zoomOutSpeed float
zoomInSpeed float
unDeploySpeed float
deploySpeed float

Static members

Name Type
WeaponSpeedData.typeInfo TypeInformation

Constructors

WeaponSpeedData

WeaponSpeedData()

Creates a new WeaponSpeedData frostbite instance.

WeaponSpeedData

WeaponSpeedData(guid: Guid)

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

Parameters

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

WeaponSpeedData

WeaponSpeedData(other: DataContainer)

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

Parameters

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

Properties

zoomOutSpeed

float

zoomInSpeed

float

unDeploySpeed

float

deploySpeed

float

Static members

typeInfo

TypeInformation

The type information for the WeaponSpeedData type.

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