Skip to content

Inventory.GetItems() #14

@SKO85

Description

@SKO85

Hi,

It seems there is an issue with the line 1341 of the EasyAPI code.
List<IMyInventoryItem> Items = Inventory.GetItems();

The Inventory.GetItems() seems to be a void method that required a List<MyInventoryItem> and not returning any type. Also there is inconsistency in the GetItems() method as the parameters is not a list of IMyInventoryItem, but a list of MyInventoryItem. The script therefore does not work.

Might be that the API has changed.

Kind regards, SKO

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions