PersistentCriteriaStatRef
Inherits from AbstractPersistentStatRef
Summary
Constructors
PersistentCriteriaStatRef() |
PersistentCriteriaStatRef(guid: Guid) |
PersistentCriteriaStatRef(other: AbstractPersistentStatRef) |
PersistentCriteriaStatRef(other: DataContainer) |
Properties
Name | Type |
---|---|
criteria | CriteriaData | nil |
paramX | StatsCategoryBaseData | nil |
paramY | StatsCategoryBaseData | nil |
criteriaOwner | AwardData | nil |
Static members
Name | Type |
---|---|
PersistentCriteriaStatRef.typeInfo | TypeInformation |
Constructors
PersistentCriteriaStatRef
PersistentCriteriaStatRef()
Creates a new PersistentCriteriaStatRef frostbite instance.
PersistentCriteriaStatRef
PersistentCriteriaStatRef(guid: Guid)
Creates a new PersistentCriteriaStatRef frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
PersistentCriteriaStatRef
PersistentCriteriaStatRef(other: AbstractPersistentStatRef)
Casts an instance of type AbstractPersistentStatRef to PersistentCriteriaStatRef. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | AbstractPersistentStatRef | The instance to cast to PersistentCriteriaStatRef. |
PersistentCriteriaStatRef
PersistentCriteriaStatRef(other: DataContainer)
Casts an instance of type DataContainer to PersistentCriteriaStatRef. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to PersistentCriteriaStatRef. |
Properties
criteria
CriteriaData | nil
paramX
StatsCategoryBaseData | nil
paramY
StatsCategoryBaseData | nil
criteriaOwner
AwardData | nil
Static members
typeInfo
The type information for the PersistentCriteriaStatRef type.