UITrackingtagCompData

Inherits from UI3dIconCompData

Summary

Constructors

UITrackingtagCompData()
UITrackingtagCompData(guid: Guid)
UITrackingtagCompData(other: UI3dIconCompData)
UITrackingtagCompData(other: UIComponentData)
UITrackingtagCompData(other: Asset)
UITrackingtagCompData(other: DataContainer)

Properties

Name Type
showUnlockedLockAlways bool
showUnlockedLockOnRadar bool
showUnlockedLockOnHeat bool
showUnlockedLockOnLaserPainted bool

Static members

Name Type
UITrackingtagCompData.typeInfo TypeInformation

Constructors

UITrackingtagCompData

UITrackingtagCompData()

Creates a new UITrackingtagCompData frostbite instance.

UITrackingtagCompData

UITrackingtagCompData(guid: Guid)

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

Parameters

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

UITrackingtagCompData

UITrackingtagCompData(other: UI3dIconCompData)

Casts an instance of type UI3dIconCompData to UITrackingtagCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UI3dIconCompData The instance to cast to UITrackingtagCompData.

UITrackingtagCompData

UITrackingtagCompData(other: UIComponentData)

Casts an instance of type UIComponentData to UITrackingtagCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIComponentData The instance to cast to UITrackingtagCompData.

UITrackingtagCompData

UITrackingtagCompData(other: Asset)

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

Parameters

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

UITrackingtagCompData

UITrackingtagCompData(other: DataContainer)

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

Parameters

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

Properties

showUnlockedLockAlways

bool

showUnlockedLockOnRadar

bool

showUnlockedLockOnHeat

bool

showUnlockedLockOnLaserPainted

bool

Static members

typeInfo

TypeInformation

The type information for the UITrackingtagCompData type.

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