Background for Skyrim SE
Member of the iEquip_AmmoExt script
boolfunctionIsAmmoBound(Ammoa_ammo)NativeGlobal

Description

Documentation Comment

@brief Returns whether the given ammo is bound or not.
@param a_ammo The ammo to check.
@return Returns true if the ammo is bound, else returns false.


Caveats


Parameters

Ammoa_ammo


Examples

Auto-Generated Example

Ammo myAmmo__a_ammo

bool returnedValue = iEquip_AmmoExt.IsAmmoBound(myAmmo__a_ammo)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.