Hmm The behavior of this has changed from how it was before and how it was during the release tests and it seems to be broken.
from the ingamte script interface for "IMyInventory" the method "GetItems"
void GetItems(List<MyInventoryItem> items, Func<MyInventoryItem, bool> filter = null);
Originaly this retruned the neede dinfo.
During the release tests it was changed to return void but ot accepted a list with the out keyword so that list would be populated with the needed info rather than...
IMyInventory GetItems working?
from the ingamte script interface for "IMyInventory" the method "GetItems"
void GetItems(List<MyInventoryItem> items, Func<MyInventoryItem, bool> filter = null);
Originaly this retruned the neede dinfo.
During the release tests it was changed to return void but ot accepted a list with the out keyword so that list would be populated with the needed info rather than...
IMyInventory GetItems working?