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