getItemsWithPrices method

bool getItemsWithPrices(
  1. Pointer<Int> pArrayItemDefs,
  2. Pointer<UnsignedLongLong> pCurrentPrices,
  3. Pointer<UnsignedLongLong> pBasePrices,
  4. int arrayLength,
)

Implementation

bool getItemsWithPrices(
  Pointer<Int> pArrayItemDefs,
  Pointer<UnsignedLongLong> pCurrentPrices,
  Pointer<UnsignedLongLong> pBasePrices,
  int arrayLength,
) =>
    _getItemsWithPrices.call(
      this,
      pArrayItemDefs,
      pCurrentPrices,
      pBasePrices,
      arrayLength,
    );