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