VeniceRichPresenceLevelDescriptionComponent

Inherits from LevelDescriptionComponent

Summary

Constructors

VeniceRichPresenceLevelDescriptionComponent()
VeniceRichPresenceLevelDescriptionComponent(guid: Guid)
VeniceRichPresenceLevelDescriptionComponent(other: LevelDescriptionComponent)
VeniceRichPresenceLevelDescriptionComponent(other: DataContainer)

Properties

Name Type
presenceMode RichPresencePresenceString | nil
contextValues RichPresenceContextSetting[]

Static members

Name Type
VeniceRichPresenceLevelDescriptionComponent.typeInfo TypeInformation

Constructors

VeniceRichPresenceLevelDescriptionComponent

VeniceRichPresenceLevelDescriptionComponent()

Creates a new VeniceRichPresenceLevelDescriptionComponent frostbite instance.

VeniceRichPresenceLevelDescriptionComponent

VeniceRichPresenceLevelDescriptionComponent(guid: Guid)

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

Parameters

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

VeniceRichPresenceLevelDescriptionComponent

VeniceRichPresenceLevelDescriptionComponent(other: LevelDescriptionComponent)

Casts an instance of type LevelDescriptionComponent to VeniceRichPresenceLevelDescriptionComponent. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other LevelDescriptionComponent The instance to cast to VeniceRichPresenceLevelDescriptionComponent.

VeniceRichPresenceLevelDescriptionComponent

VeniceRichPresenceLevelDescriptionComponent(other: DataContainer)

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

Parameters

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

Properties

presenceMode

RichPresencePresenceString | nil

contextValues

RichPresenceContextSetting[]

Static members

typeInfo

TypeInformation

The type information for the VeniceRichPresenceLevelDescriptionComponent type.

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