Server.Items.BaseTool.CheckAccessible C# (CSharp) Method

CheckAccessible() public static method

public static CheckAccessible ( Item tool, Server.Mobile m ) : bool
tool Item
m Server.Mobile
return bool
		public static bool CheckAccessible( Item tool, Mobile m )
		{
			return ( tool.IsChildOf( m ) || tool.Parent == m );
		}