Server.SkillHandlers.StolenItem.IsStolen C# (CSharp) Méthode

IsStolen() public static méthode

public static IsStolen ( Item item ) : bool
item Item
Résultat 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