setPropertyInt64 method

bool setPropertyInt64(
  1. SteamInventoryUpdateHandle handle,
  2. SteamItemInstanceId nItemId,
  3. Pointer<Utf8> propertyName,
  4. int nValue,
)

Implementation

bool setPropertyInt64(
  SteamInventoryUpdateHandle handle,
  SteamItemInstanceId nItemId,
  Pointer<Utf8> propertyName,
  int nValue,
) =>
    _setPropertyInt64.call(
      this,
      handle,
      nItemId,
      propertyName,
      nValue,
    );