Background for Skyrim SE
Member of the _Q2C_Functions script
voidfunctionSetDamage(AmmoakAmmo, floatafDamage)NativeGlobal

Description

Documentation String

Sets the base damage of this ammo


Caveats


Parameters

AmmoakAmmo

floatafDamage


Examples

Auto-Generated Example

Ammo myAmmo__akAmmo
float myFloat__afDamage

_Q2C_Functions.SetDamage(myAmmo__akAmmo, myFloat__afDamage)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.