Server.Items.InteriorDecorator.InHouse C# (CSharp) Méthode

InHouse() public static méthode

public static InHouse ( Server.Mobile from ) : bool
from Server.Mobile
Résultat bool
		public static bool InHouse( Mobile from )
		{
			BaseHouse house = BaseHouse.FindHouseAt( from );

			return ( house != null && house.IsCoOwner( from ) );
		}