SoldierWeaponBlueprint

Inherits from ObjectBlueprint

Summary

Constructors

SoldierWeaponBlueprint()
SoldierWeaponBlueprint(guid: Guid)
SoldierWeaponBlueprint(other: ObjectBlueprint)
SoldierWeaponBlueprint(other: Blueprint)
SoldierWeaponBlueprint(other: EntityBusData)
SoldierWeaponBlueprint(other: DataBusData)
SoldierWeaponBlueprint(other: Asset)
SoldierWeaponBlueprint(other: DataContainer)

Static members

Name Type
SoldierWeaponBlueprint.typeInfo TypeInformation

Constructors

SoldierWeaponBlueprint

SoldierWeaponBlueprint()

Creates a new SoldierWeaponBlueprint frostbite instance.

SoldierWeaponBlueprint

SoldierWeaponBlueprint(guid: Guid)

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

Parameters

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

SoldierWeaponBlueprint

SoldierWeaponBlueprint(other: ObjectBlueprint)

Casts an instance of type ObjectBlueprint to SoldierWeaponBlueprint. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ObjectBlueprint The instance to cast to SoldierWeaponBlueprint.

SoldierWeaponBlueprint

SoldierWeaponBlueprint(other: Blueprint)

Casts an instance of type Blueprint to SoldierWeaponBlueprint. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Blueprint The instance to cast to SoldierWeaponBlueprint.

SoldierWeaponBlueprint

SoldierWeaponBlueprint(other: EntityBusData)

Casts an instance of type EntityBusData to SoldierWeaponBlueprint. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityBusData The instance to cast to SoldierWeaponBlueprint.

SoldierWeaponBlueprint

SoldierWeaponBlueprint(other: DataBusData)

Casts an instance of type DataBusData to SoldierWeaponBlueprint. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataBusData The instance to cast to SoldierWeaponBlueprint.

SoldierWeaponBlueprint

SoldierWeaponBlueprint(other: Asset)

Casts an instance of type Asset to SoldierWeaponBlueprint. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to SoldierWeaponBlueprint.

SoldierWeaponBlueprint

SoldierWeaponBlueprint(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the SoldierWeaponBlueprint type.

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