SubWorldInclusionSetting

Inherits from DataContainer

Summary

Constructors

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

Properties

Name Type
criterion SubWorldInclusionCriterion | nil
enabledOptions string[]

Static members

Name Type
SubWorldInclusionSetting.typeInfo TypeInformation

Constructors

SubWorldInclusionSetting

SubWorldInclusionSetting()

Creates a new SubWorldInclusionSetting frostbite instance.

SubWorldInclusionSetting

SubWorldInclusionSetting(guid: Guid)

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

Parameters

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

SubWorldInclusionSetting

SubWorldInclusionSetting(other: DataContainer)

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

Parameters

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

Properties

criterion

SubWorldInclusionCriterion | nil

enabledOptions

string[]

Static members

typeInfo

TypeInformation

The type information for the SubWorldInclusionSetting type.

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