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