SubWorldInclusion

Inherits from Asset

Summary

Constructors

SubWorldInclusion()
SubWorldInclusion(guid: Guid)
SubWorldInclusion(other: Asset)
SubWorldInclusion(other: DataContainer)

Properties

Name Type
criteria SubWorldInclusionCriterion[]

Static members

Name Type
SubWorldInclusion.typeInfo TypeInformation

Constructors

SubWorldInclusion

SubWorldInclusion()

Creates a new SubWorldInclusion frostbite instance.

SubWorldInclusion

SubWorldInclusion(guid: Guid)

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

Parameters

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

SubWorldInclusion

SubWorldInclusion(other: Asset)

Casts an instance of type Asset to SubWorldInclusion. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to SubWorldInclusion.

SubWorldInclusion

SubWorldInclusion(other: DataContainer)

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

Parameters

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

Properties

criteria

SubWorldInclusionCriterion[]

Static members

typeInfo

TypeInformation

The type information for the SubWorldInclusion type.

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