WeaponAnimTypeModifier

Inherits from WeaponModifierBase

Summary

Constructors

WeaponAnimTypeModifier()
WeaponAnimTypeModifier(guid: Guid)
WeaponAnimTypeModifier(other: WeaponModifierBase)
WeaponAnimTypeModifier(other: DataContainer)

Properties

Name Type
weaponAnimType WeaponAnimType

Static members

Name Type
WeaponAnimTypeModifier.typeInfo TypeInformation

Constructors

WeaponAnimTypeModifier

WeaponAnimTypeModifier()

Creates a new WeaponAnimTypeModifier frostbite instance.

WeaponAnimTypeModifier

WeaponAnimTypeModifier(guid: Guid)

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

Parameters

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

WeaponAnimTypeModifier

WeaponAnimTypeModifier(other: WeaponModifierBase)

Casts an instance of type WeaponModifierBase to WeaponAnimTypeModifier. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other WeaponModifierBase The instance to cast to WeaponAnimTypeModifier.

WeaponAnimTypeModifier

WeaponAnimTypeModifier(other: DataContainer)

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

Parameters

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

Properties

weaponAnimType

WeaponAnimType

Static members

typeInfo

TypeInformation

The type information for the WeaponAnimTypeModifier type.

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