VeniceGameplayLevelDescriptionComponent
Inherits from LevelDescriptionComponent
Summary
Constructors
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
The type information for the VeniceGameplayLevelDescriptionComponent type.