UnlockComponentData

Inherits from ComponentData

Summary

Constructors

UnlockComponentData()
UnlockComponentData(guid: Guid)
UnlockComponentData(other: ComponentData)
UnlockComponentData(other: GameObjectData)
UnlockComponentData(other: GameDataContainer)
UnlockComponentData(other: DataContainer)

Properties

Name Type
unlockAsset UnlockAssetBase | nil
unlockDataKey int
unlockableFromAllEntries bool
invertUnlockTest bool

Static members

Name Type
UnlockComponentData.typeInfo TypeInformation

Constructors

UnlockComponentData

UnlockComponentData()

Creates a new UnlockComponentData frostbite instance.

UnlockComponentData

UnlockComponentData(guid: Guid)

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

Parameters

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

UnlockComponentData

UnlockComponentData(other: ComponentData)

Casts an instance of type ComponentData to UnlockComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to UnlockComponentData.

UnlockComponentData

UnlockComponentData(other: GameObjectData)

Casts an instance of type GameObjectData to UnlockComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to UnlockComponentData.

UnlockComponentData

UnlockComponentData(other: GameDataContainer)

Casts an instance of type GameDataContainer to UnlockComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to UnlockComponentData.

UnlockComponentData

UnlockComponentData(other: DataContainer)

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

Parameters

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

Properties

unlockAsset

UnlockAssetBase | nil

unlockDataKey

int

unlockableFromAllEntries

bool

invertUnlockTest

bool

Static members

typeInfo

TypeInformation

The type information for the UnlockComponentData type.

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