GunInfo.GetLoadedAmmo C# (CSharp) Method

GetLoadedAmmo() public method

public GetLoadedAmmo ( ) : int
return int
    public int GetLoadedAmmo()
    {
        return m_gun.m_currentAmmo;
    }