UINametagCoopCompData

Inherits from UINametagCompData

Summary

Constructors

UINametagCoopCompData()
UINametagCoopCompData(guid: Guid)
UINametagCoopCompData(other: UINametagCompData)
UINametagCoopCompData(other: UI3dIconCompData)
UINametagCoopCompData(other: UIComponentData)
UINametagCoopCompData(other: Asset)
UINametagCoopCompData(other: DataContainer)

Static members

Name Type
UINametagCoopCompData.typeInfo TypeInformation

Constructors

UINametagCoopCompData

UINametagCoopCompData()

Creates a new UINametagCoopCompData frostbite instance.

UINametagCoopCompData

UINametagCoopCompData(guid: Guid)

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

Parameters

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

UINametagCoopCompData

UINametagCoopCompData(other: UINametagCompData)

Casts an instance of type UINametagCompData to UINametagCoopCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UINametagCompData The instance to cast to UINametagCoopCompData.

UINametagCoopCompData

UINametagCoopCompData(other: UI3dIconCompData)

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

Parameters

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

UINametagCoopCompData

UINametagCoopCompData(other: UIComponentData)

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

Parameters

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

UINametagCoopCompData

UINametagCoopCompData(other: Asset)

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

Parameters

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

UINametagCoopCompData

UINametagCoopCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UINametagCoopCompData type.

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