ValueUnlockAsset

Inherits from UnlockAssetBase

Summary

Constructors

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

Properties

Name Type
unlockValues UnlockValuePair[]

Static members

Name Type
ValueUnlockAsset.typeInfo TypeInformation

Constructors

ValueUnlockAsset

ValueUnlockAsset()

Creates a new ValueUnlockAsset frostbite instance.

ValueUnlockAsset

ValueUnlockAsset(guid: Guid)

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

Parameters

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

ValueUnlockAsset

ValueUnlockAsset(other: UnlockAssetBase)

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

Parameters

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

ValueUnlockAsset

ValueUnlockAsset(other: Asset)

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

Parameters

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

ValueUnlockAsset

ValueUnlockAsset(other: DataContainer)

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

Parameters

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

Properties

unlockValues

UnlockValuePair[]

Static members

typeInfo

TypeInformation

The type information for the ValueUnlockAsset type.

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