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