how do Yuo "unpush" metadata of RochTextLabel BBcode stack ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Inces

every push_x method of RichTextLabel can be undone by another method. But once You push_meta, all the following text becomes hyperlink. How do I turn it off ?
I would like to do something as simple as combatlog :

Level 10Warrior attacks Rogue for 15 damage

instead I get

Level 10 Warrior attacks Rogue for 15 damage

Not very familiar with this area, but is pop() not what you’re after here?

jgodfrey | 2023-02-08 20:38

I have spent my last few days trying to work this pop(), but there is no combination, no order of calls, that will ever make it work. Pop() doesn’t work with append_bbcode, it does work with manual bbcode, but it can’t close push meta of all things. It can close meta opened by bbcode itself, like [meta] [/meta], but this doesn’t work with pushing metadata other than String type. So there is no way of closing a tag of Node reference meta…

Inces | 2023-02-12 19:23