UnlockAsset

Inherits from UnlockAssetBase

Summary

Constructors

UnlockAsset()
UnlockAsset(guid: Guid)
UnlockAsset(other: UnlockAssetBase)
UnlockAsset(other: Asset)
UnlockAsset(other: DataContainer)

Properties

Name Type
linkedTo Asset[]

Static members

Name Type
UnlockAsset.typeInfo TypeInformation

Constructors

UnlockAsset

UnlockAsset()

Creates a new UnlockAsset frostbite instance.

UnlockAsset

UnlockAsset(guid: Guid)

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

Parameters

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

UnlockAsset

UnlockAsset(other: UnlockAssetBase)

Casts an instance of type UnlockAssetBase to UnlockAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UnlockAssetBase The instance to cast to UnlockAsset.

UnlockAsset

UnlockAsset(other: Asset)

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

Parameters

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

UnlockAsset

UnlockAsset(other: DataContainer)

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

Parameters

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

Properties

linkedTo

Asset[]

Static members

typeInfo

TypeInformation

The type information for the UnlockAsset type.

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