- Found in:
- iEquip
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)