Class AirshipPlatformInventoryController

This controller allows access to the current players platform inventory. Platform inventory is managed by game servers and configured on the https://create.airship.gg website.

Methods

Methods

  • Gets the items in the users inventory that belong to this game or organization.

    Parameters

    • Optional query: ItemQueryParameters

      Additional filter parameters for retrieving a subset of items.

    Returns Promise<Result<ItemInstanceDto[], undefined>>