VeniceGameplayLevelDescriptionComponent

Inherits from LevelDescriptionComponent

Summary

Constructors

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

Properties

Name Type
allowParachuteFromMobileSpawnpoint bool

Static members

Name Type
VeniceGameplayLevelDescriptionComponent.typeInfo TypeInformation

Constructors

VeniceGameplayLevelDescriptionComponent

VeniceGameplayLevelDescriptionComponent()

Creates a new VeniceGameplayLevelDescriptionComponent frostbite instance.

VeniceGameplayLevelDescriptionComponent

VeniceGameplayLevelDescriptionComponent(guid: Guid)

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

Parameters

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

VeniceGameplayLevelDescriptionComponent

VeniceGameplayLevelDescriptionComponent(other: LevelDescriptionComponent)

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

Parameters

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

VeniceGameplayLevelDescriptionComponent

VeniceGameplayLevelDescriptionComponent(other: DataContainer)

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

Parameters

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

Properties

allowParachuteFromMobileSpawnpoint

bool

Static members

typeInfo

TypeInformation

The type information for the VeniceGameplayLevelDescriptionComponent type.

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