Kingdom-of-The-Moon / FiguraRewriteRewrite

rewrite of the rewrite of figura
GNU Lesser General Public License v2.1
1 stars 1 forks source link

Add functions for accessing slot information of the current screen #97

Closed PoolloverNathan closed 1 year ago

PoolloverNathan commented 1 year ago

Adds two methods:

I have tested both of these methods. You can use this avatar to test: the first value will be the total number of slots in the current screen or nil if no screen is open, and the second value will be the first slot's contents. You can test by getting an item and a chest, then putting the item in the first slot of the chest.

PoolloverNathan commented 1 year ago

@Francy-chan please review