Server.SkillHandlers.StolenItem.IsStolen C# (CSharp) Method

IsStolen() public static method

public static IsStolen ( Item item ) : bool
item Item
return bool
		public static bool IsStolen( Item item )
		{
			Mobile victim = null;

			return IsStolen( item, ref victim );
		}

Same methods

StolenItem::IsStolen ( Item item, Server.Mobile &victim ) : bool