Background for Skyrim SE
Member of the _Q2C_Functions script
voidfunctionSetIsBolt(AmmoakAmmo, boolabIsBolt)NativeGlobal

Description

Documentation String

Sets whether this ammo is a bolt


Caveats


Parameters

AmmoakAmmo

boolabIsBolt


Examples

Auto-Generated Example

Ammo myAmmo__akAmmo
bool myBool__abIsBolt

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