PickupEntityAsset

Inherits from Asset

Summary

Constructors

PickupEntityAsset()
PickupEntityAsset(guid: Guid)
PickupEntityAsset(other: Asset)
PickupEntityAsset(other: DataContainer)

Properties

Name Type
data PickupEntityData | nil

Static members

Name Type
PickupEntityAsset.typeInfo TypeInformation

Constructors

PickupEntityAsset

PickupEntityAsset()

Creates a new PickupEntityAsset frostbite instance.

PickupEntityAsset

PickupEntityAsset(guid: Guid)

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

Parameters

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

PickupEntityAsset

PickupEntityAsset(other: Asset)

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

Parameters

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

PickupEntityAsset

PickupEntityAsset(other: DataContainer)

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

Parameters

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

Properties

data

PickupEntityData | nil

Static members

typeInfo

TypeInformation

The type information for the PickupEntityAsset type.

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