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