CharacterAsset

Inherits from CharacterBlueprint

Summary

Constructors

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

Static members

Name Type
CharacterAsset.typeInfo TypeInformation

Constructors

CharacterAsset

CharacterAsset()

Creates a new CharacterAsset frostbite instance.

CharacterAsset

CharacterAsset(guid: Guid)

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

Parameters

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

CharacterAsset

CharacterAsset(other: CharacterBlueprint)

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

Parameters

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

CharacterAsset

CharacterAsset(other: ObjectBlueprint)

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

Parameters

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

CharacterAsset

CharacterAsset(other: Blueprint)

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

Parameters

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

CharacterAsset

CharacterAsset(other: EntityBusData)

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

Parameters

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

CharacterAsset

CharacterAsset(other: DataBusData)

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

Parameters

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

CharacterAsset

CharacterAsset(other: Asset)

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

Parameters

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

CharacterAsset

CharacterAsset(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the CharacterAsset type.

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