Getting item info on hover or any other way #69
-
|
Hello, I want to make random attributes on items with the same id, so I need to display these attributes somehow. Can I make an item info panel on hovering an item or something like that? Or is the only way to know the item is by it's image? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
I suppose the problem here is knowing which item is under the mouse cursor? Unfortunately, I see only one way of doing this at the current state of the plugin: Getting the field coordinates with A far better way would be to have I will look into implementing one of the above (or both) in the next version. EDIT: Opened an issue for this: #70 |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
item_mouse_entered(item)anditem_mouse_exited(item)have been added toCtrlInventoryGridin #71.