CSharpTradeOffers.Trading.Inventory.BeingUsed C# (CSharp) Method

BeingUsed() private static method

private static BeingUsed ( CSharpTradeOffers.Trading.RgInventoryItem rgInventoryItem ) : bool
rgInventoryItem CSharpTradeOffers.Trading.RgInventoryItem
return bool
        private static bool BeingUsed(RgInventoryItem rgInventoryItem)
        {
            return rgInventoryItem.InUse;
        }