I have a list of items in a map, Key which is an enum and floats.
It is an inventory of sorts, goods with their quantities.
During the game loop my actor “increases” the values.
I want to show the values when you hover over the actor.
I’ve currently implemented as a loop through the map and assign it to variables which is then bound to the textboxes.
But this is not working now because I have lots of items and I can’t manualy create the binds or create new variables.
I’ve search a bit for inventory and widgets but can’t seem to figure out how to do it.
“It” would be to create a Widget and have it show my map items with key and value.
Hi, maybe you can help me having a similar problem but its a Map of Strings and when I try to populate a Textblock but it only renders the first Key/Value pair.
I get the map from an external function that I cant edit (Get Metadata Values as String For Face)