HudProgressbarData

Inherits from UIPartData

Summary

Constructors

HudProgressbarData()
HudProgressbarData(guid: Guid)
HudProgressbarData(other: UIPartData)
HudProgressbarData(other: DataContainer)

Properties

Name Type
progressType ProgressType

Static members

Name Type
HudProgressbarData.typeInfo TypeInformation

Constructors

HudProgressbarData

HudProgressbarData()

Creates a new HudProgressbarData frostbite instance.

HudProgressbarData

HudProgressbarData(guid: Guid)

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

Parameters

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

HudProgressbarData

HudProgressbarData(other: UIPartData)

Casts an instance of type UIPartData to HudProgressbarData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIPartData The instance to cast to HudProgressbarData.

HudProgressbarData

HudProgressbarData(other: DataContainer)

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

Parameters

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

Properties

progressType

ProgressType

Static members

typeInfo

TypeInformation

The type information for the HudProgressbarData type.

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