AdvertisementLevelDescriptionComponent

Inherits from LevelDescriptionComponent

Summary

Constructors

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

Properties

Name Type
identifier string
members AdvertisementZoneMember[]

Static members

Name Type
AdvertisementLevelDescriptionComponent.typeInfo TypeInformation

Constructors

AdvertisementLevelDescriptionComponent

AdvertisementLevelDescriptionComponent()

Creates a new AdvertisementLevelDescriptionComponent frostbite instance.

AdvertisementLevelDescriptionComponent

AdvertisementLevelDescriptionComponent(guid: Guid)

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

Parameters

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

AdvertisementLevelDescriptionComponent

AdvertisementLevelDescriptionComponent(other: LevelDescriptionComponent)

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

Parameters

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

AdvertisementLevelDescriptionComponent

AdvertisementLevelDescriptionComponent(other: DataContainer)

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

Parameters

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

Properties

identifier

string

members

AdvertisementZoneMember[]

Static members

typeInfo

TypeInformation

The type information for the AdvertisementLevelDescriptionComponent type.

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