Server.Mobiles.BaseCreature.IsHumanInTown C# (CSharp) Method

IsHumanInTown() public method

public IsHumanInTown ( ) : bool
return bool
        public virtual bool IsHumanInTown()
        {
            return ( Body.IsHuman && Region.IsPartOf( typeof( Regions.GuardedRegion ) ) );
        }
BaseCreature