We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[hint]
1 parent f86a5dc commit 54492c6Copy full SHA for 54492c6
tutorials/ui/bbcode_in_richtextlabel.rst
@@ -322,8 +322,10 @@ Reference
322
323
* - | **hint**
324
| Creates a tooltip hint that is displayed when hovering the text with the mouse.
325
- Tooltip text should not be quoted (quotes will appear as-is in the tooltip otherwise).
326
- - | ``[hint={tooltip text displayed on hover}]{text}[/hint]``
+ While not required, it's recommended to put tooltip text between double or single quotes.
+ Note that it is not possible to escape quotes using ``\"`` or ``\'``. To use
327
+ single quotes for apostrophes in the hint string, you must use double quotes.
328
+ - | ``[hint="{tooltip text displayed on hover}"]{text}[/hint]``
329
330
* - | **img**
331
| Inserts an image from the ``{path}`` (can be any valid :ref:`class_Texture2D` resource).
0 commit comments