Summary

public void GetItems(List<MyInventoryItem> items, Func<MyInventoryItem, bool> filter)

Collects all items present inside this inventory and returns snapshot of the current inventory state.

Parameters