I'm trying for get the ids of items in player inventories automatically and can't find a method that returns the item id in the umod rust api. Any documentation on rust you could link me to would also be much appreciated.
Getting items in a player's inventory?
Use dnSpy / dotPeek / any other decompiler and check needed classes, their methods, etc. I believe you can get item.info.itemid or something.