BBCode tooltips in @export variables not fully functional?

Godot Version

V4

Question

Does anyone know why some BBCode tags don’t work in @export versions while others work. For example I am trying to add a paragraph in the one below, but seems to not take, For example [color], [i]and [url] work fine but [p] has no effect

## Minimum version. [i][color=green]Must be in x.x.x format.
## [url=https://yahoo.com]yahoo[/url]
## [p] This is a paragraph [/p] but does not break
@export var min_version="3.2.4"

When I hover over the exported variable in the inspector it shows this:
image

Should be showing a para break after the hyoerlink yahoo.

1 Like

Different set for RichTextLabel and script comments.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.