ProjectileBlueprint

Inherits from ObjectBlueprint

Summary

Constructors

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

Static members

Name Type
ProjectileBlueprint.typeInfo TypeInformation

Constructors

ProjectileBlueprint

ProjectileBlueprint()

Creates a new ProjectileBlueprint frostbite instance.

ProjectileBlueprint

ProjectileBlueprint(guid: Guid)

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

Parameters

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

ProjectileBlueprint

ProjectileBlueprint(other: ObjectBlueprint)

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

Parameters

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

ProjectileBlueprint

ProjectileBlueprint(other: Blueprint)

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

Parameters

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

ProjectileBlueprint

ProjectileBlueprint(other: EntityBusData)

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

Parameters

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

ProjectileBlueprint

ProjectileBlueprint(other: DataBusData)

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

Parameters

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

ProjectileBlueprint

ProjectileBlueprint(other: Asset)

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

Parameters

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

ProjectileBlueprint

ProjectileBlueprint(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the ProjectileBlueprint type.

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