Server.Mobiles.AnimalTrainer.CanClaim C# (CSharp) Méthode

CanClaim() public méthode

public CanClaim ( Server.Mobile from, BaseCreature pet ) : bool
from Server.Mobile
pet BaseCreature
Résultat bool
        public bool CanClaim( Mobile from, BaseCreature pet )
        {
            return ((from.Followers + pet.ControlSlots) <= from.FollowersMax);
        }