AdvertisementLevelDescriptionComponent
Inherits from LevelDescriptionComponent
Summary
Constructors
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
Static members
typeInfo
The type information for the AdvertisementLevelDescriptionComponent type.