WorldPartInclusionSetting

Inherits from SubWorldInclusionSetting

Summary

Constructors

WorldPartInclusionSetting()
WorldPartInclusionSetting(guid: Guid)
WorldPartInclusionSetting(other: SubWorldInclusionSetting)
WorldPartInclusionSetting(other: DataContainer)

Static members

Name Type
WorldPartInclusionSetting.typeInfo TypeInformation

Constructors

WorldPartInclusionSetting

WorldPartInclusionSetting()

Creates a new WorldPartInclusionSetting frostbite instance.

WorldPartInclusionSetting

WorldPartInclusionSetting(guid: Guid)

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

Parameters

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

WorldPartInclusionSetting

WorldPartInclusionSetting(other: SubWorldInclusionSetting)

Casts an instance of type SubWorldInclusionSetting to WorldPartInclusionSetting. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SubWorldInclusionSetting The instance to cast to WorldPartInclusionSetting.

WorldPartInclusionSetting

WorldPartInclusionSetting(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the WorldPartInclusionSetting type.

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