CSharpTradeOffers.Trading.Inventory.BeingUsed C# (CSharp) Méthode

BeingUsed() private static méthode

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