Server.Items.MonsterStatuette.IsOwner C# (CSharp) Method

IsOwner() public method

public IsOwner ( Mobile mob ) : bool
mob Mobile
return bool
		public bool IsOwner( Mobile mob )
		{
			BaseHouse house = BaseHouse.FindHouseAt( this );

			return ( house != null && house.IsOwner( mob ) );
		}