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