Server.SkillHandlers.StolenItem.IsStolen C# (CSharp) Метод

IsStolen() публичный статический Метод

public static IsStolen ( Item item ) : bool
item Item
Результат 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