Server.Mobiles.BaseCreature.CanBeControlledBy C# (CSharp) 메소드

CanBeControlledBy() 공개 메소드

public CanBeControlledBy ( Server.Mobile m ) : bool
m Server.Mobile
리턴 bool
        public virtual bool CanBeControlledBy( Mobile m )
        {
            return ( GetControlChance( m ) > 0.0 );
        }
BaseCreature