Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.Game.ModAPI.Ingame.IMyInventory.GetItems

Morten Aune Lyrstad edited this page Apr 16, 2022 · 29 revisions

IndexNamespace IndexIMyInventory

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

Clone this wiki locally