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