Help! LGL Mod Template update text

Querveros

Platinian
Hello guys, I have a problem with my mod. I'm modding a card game and I want to show the cards of another player in the mod menu, there are only 3 cards for round (and per player). I created a button which create a toast that show me the cards name (I needed 3 buttons).

My question is... Is there a way to show in the mod menu the cards? For example:
Card 1 -> A
Card 2 -> B
Card 3 -> C

I have a std::vector<void**> with the class of the Cards and a method which print the name. The logic isn't a problem because with LOGI or by the buttons I can know the cards name but the problem here is if I can update the text of the mod menu and show the cards there.

Thanks ^^.
 
Back
Top Bottom