Call of Duty Script Documentation

getweaponslotclipammo( <weapon slot> )


Module
Player


Summary


Gets the ammunition in the clip for the weapon in the given weapon slot.

Call this function on


The player

Example


 ammo = level.player getweaponslotclipammo("primary");

Minimum Number of arguments: 1


Number of optional arguments: 0



Return to Function List