Scripting/Squirrel/Functions/ResetWeaponDataValue
This wiki is using an old backup from 2020
Some information may be old/missing
This function will reset the data value of a weapon. (range, damage, etc)
Syntax
ResetWeaponDataValue( weaponID, fieldID )
Arguments
- integer weaponID - model ID of weapon
- integer fieldID - field ID of data you want to reset ( WeaponDataValue )
Example
The following example will return the original firing range of Stubby Shotgun.
ResetWeaponDataValue( 21, 2 )