WorldPartInclusionSettings

Inherits from SubWorldInclusionSettings

Summary

Constructors

WorldPartInclusionSettings()
WorldPartInclusionSettings(guid: Guid)
WorldPartInclusionSettings(other: SubWorldInclusionSettings)
WorldPartInclusionSettings(other: DataContainer)

Static members

Name Type
WorldPartInclusionSettings.typeInfo TypeInformation

Constructors

WorldPartInclusionSettings

WorldPartInclusionSettings()

Creates a new WorldPartInclusionSettings frostbite instance.

WorldPartInclusionSettings

WorldPartInclusionSettings(guid: Guid)

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

Parameters

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

WorldPartInclusionSettings

WorldPartInclusionSettings(other: SubWorldInclusionSettings)

Casts an instance of type SubWorldInclusionSettings to WorldPartInclusionSettings. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SubWorldInclusionSettings The instance to cast to WorldPartInclusionSettings.

WorldPartInclusionSettings

WorldPartInclusionSettings(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the WorldPartInclusionSettings type.

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