Server.Items.Food.CheckHunger C# (CSharp) Method

CheckHunger() public method

public CheckHunger ( Mobile from ) : bool
from Mobile
return bool
		public virtual bool CheckHunger( Mobile from )
		{
			return FillHunger( from, m_FillFactor );
		}