UICoopLevelDescription

Inherits from LevelDescriptionComponent

Summary

Constructors

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

Properties

Name Type
debriefing string
devTime int
unlockedByLevels string[]

Static members

Name Type
UICoopLevelDescription.typeInfo TypeInformation

Constructors

UICoopLevelDescription

UICoopLevelDescription()

Creates a new UICoopLevelDescription frostbite instance.

UICoopLevelDescription

UICoopLevelDescription(guid: Guid)

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

Parameters

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

UICoopLevelDescription

UICoopLevelDescription(other: LevelDescriptionComponent)

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

Parameters

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

UICoopLevelDescription

UICoopLevelDescription(other: DataContainer)

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

Parameters

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

Properties

debriefing

string

devTime

int

unlockedByLevels

string[]

Static members

typeInfo

TypeInformation

The type information for the UICoopLevelDescription type.

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