GeographicalLevelDescriptionComponent

Inherits from LevelDescriptionComponent

Summary

Constructors

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

Properties

Name Type
geographicalData GeographicalData | nil

Static members

Name Type
GeographicalLevelDescriptionComponent.typeInfo TypeInformation

Constructors

GeographicalLevelDescriptionComponent

GeographicalLevelDescriptionComponent()

Creates a new GeographicalLevelDescriptionComponent frostbite instance.

GeographicalLevelDescriptionComponent

GeographicalLevelDescriptionComponent(guid: Guid)

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

Parameters

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

GeographicalLevelDescriptionComponent

GeographicalLevelDescriptionComponent(other: LevelDescriptionComponent)

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

Parameters

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

GeographicalLevelDescriptionComponent

GeographicalLevelDescriptionComponent(other: DataContainer)

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

Parameters

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

Properties

geographicalData

GeographicalData | nil

Static members

typeInfo

TypeInformation

The type information for the GeographicalLevelDescriptionComponent type.

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