ConsumablesLevelDescriptionComponent

Inherits from LevelDescriptionComponent

Summary

Constructors

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

Properties

Name Type
consumables Consumable[]

Static members

Name Type
ConsumablesLevelDescriptionComponent.typeInfo TypeInformation

Constructors

ConsumablesLevelDescriptionComponent

ConsumablesLevelDescriptionComponent()

Creates a new ConsumablesLevelDescriptionComponent frostbite instance.

ConsumablesLevelDescriptionComponent

ConsumablesLevelDescriptionComponent(guid: Guid)

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

Parameters

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

ConsumablesLevelDescriptionComponent

ConsumablesLevelDescriptionComponent(other: LevelDescriptionComponent)

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

Parameters

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

ConsumablesLevelDescriptionComponent

ConsumablesLevelDescriptionComponent(other: DataContainer)

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

Parameters

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

Properties

consumables

Consumable[]

Static members

typeInfo

TypeInformation

The type information for the ConsumablesLevelDescriptionComponent type.

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