SubWorldInclusionCriterion
Inherits from DataContainer
Summary
Constructors
SubWorldInclusionCriterion() |
SubWorldInclusionCriterion(guid: Guid) |
SubWorldInclusionCriterion(other: DataContainer) |
Properties
Name | Type |
---|---|
name | string |
options | string[] |
Static members
Name | Type |
---|---|
SubWorldInclusionCriterion.typeInfo | TypeInformation |
Constructors
SubWorldInclusionCriterion
SubWorldInclusionCriterion()
Creates a new SubWorldInclusionCriterion frostbite instance.
SubWorldInclusionCriterion
SubWorldInclusionCriterion(guid: Guid)
Creates a new SubWorldInclusionCriterion frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SubWorldInclusionCriterion
SubWorldInclusionCriterion(other: DataContainer)
Casts an instance of type DataContainer to SubWorldInclusionCriterion. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SubWorldInclusionCriterion. |
Properties
name
string
options
string[]
Static members
typeInfo
The type information for the SubWorldInclusionCriterion type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)