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