SoldierBlueprint

Inherits from CharacterBlueprint

Summary

Constructors

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

Static members

Name Type
SoldierBlueprint.typeInfo TypeInformation

Constructors

SoldierBlueprint

SoldierBlueprint()

Creates a new SoldierBlueprint frostbite instance.

SoldierBlueprint

SoldierBlueprint(guid: Guid)

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

Parameters

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

SoldierBlueprint

SoldierBlueprint(other: CharacterBlueprint)

Casts an instance of type CharacterBlueprint to SoldierBlueprint. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other CharacterBlueprint The instance to cast to SoldierBlueprint.

SoldierBlueprint

SoldierBlueprint(other: ObjectBlueprint)

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

Parameters

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

SoldierBlueprint

SoldierBlueprint(other: Blueprint)

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

Parameters

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

SoldierBlueprint

SoldierBlueprint(other: EntityBusData)

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

Parameters

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

SoldierBlueprint

SoldierBlueprint(other: DataBusData)

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

Parameters

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

SoldierBlueprint

SoldierBlueprint(other: Asset)

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

Parameters

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

SoldierBlueprint

SoldierBlueprint(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the SoldierBlueprint type.

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