BF2Statistics.MedalData.Rank.Exists C# (CSharp) Méthode

Exists() public static méthode

Returns whether or not the Rank ID provided is a valid BF2 Rank index
public static Exists ( int RankId ) : bool
RankId int
Résultat bool
        public static bool Exists(int RankId)
        {
            return RankId.InRange(0, 21);
        }