Trellinane 0 Posted February 18, 2019 Share Posted February 18, 2019 I see under the Signals section of the OpenComputers Documentation that there is a signal for a change in a robots inventory being inventory_changed(slot: number) I am wondering if there is a signal for an inventory attached to an adapter with an inventory control upgrade. I would like to initialize an inventory by scanning through it slot by slot and then if it changes, rescan the inventory to update an array of the inventory contents. Does the robot signal work for any inventory that is part of the computer's component list? Thank you. Quote Link to post Share on other sites
Molinko 43 Posted February 18, 2019 Share Posted February 18, 2019 I don't think there is but you can double check by running the dmesg program for observing available events. The only other thing rather than polling the contents would be an observer block maybe.. But that won't give you a slot number.. Quote Link to post Share on other sites