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