VeniceMatchmakingLevelDescriptionComponent

Inherits from LevelDescriptionComponent

Summary

Constructors

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

Properties

Name Type
mod string
licenses string[]

Static members

Name Type
VeniceMatchmakingLevelDescriptionComponent.typeInfo TypeInformation

Constructors

VeniceMatchmakingLevelDescriptionComponent

VeniceMatchmakingLevelDescriptionComponent()

Creates a new VeniceMatchmakingLevelDescriptionComponent frostbite instance.

VeniceMatchmakingLevelDescriptionComponent

VeniceMatchmakingLevelDescriptionComponent(guid: Guid)

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

Parameters

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

VeniceMatchmakingLevelDescriptionComponent

VeniceMatchmakingLevelDescriptionComponent(other: LevelDescriptionComponent)

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

Parameters

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

VeniceMatchmakingLevelDescriptionComponent

VeniceMatchmakingLevelDescriptionComponent(other: DataContainer)

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

Parameters

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

Properties

mod

string

licenses

string[]

Static members

typeInfo

TypeInformation

The type information for the VeniceMatchmakingLevelDescriptionComponent type.

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